Searched refs:maxBigRequestSize (Results 1 – 7 of 7) sorted by relevance
60 .max_request_size = maxBigRequestSize in ProcBigReqDispatch()
85 long maxBigRequestSize = MAX_BIG_REQUEST_SIZE; variable
473 if (result > (maxBigRequestSize << 2)) in Dispatch()
74 extern _X_EXPORT long maxBigRequestSize;
309 if (needed > maxBigRequestSize << 2) { in ReadRequestFromClient()
965 maxBigRequestSize = (reqSizeArg * 1048576L) - 1L; in ProcessCommandLine()
62178 If a client sends a request larger than maxBigRequestSize, the server is105856 maxBigRequestSize << 2 bytes), the server just disconnects it. This makes the161237 use maxBigRequestSize when bigreqs are available (limiting buffers to ~16MB).