Home
last modified time | relevance | path

Searched refs:maxBigRequestSize (Results 1 – 7 of 7) sorted by relevance

/OK3568_Linux_fs/external/xserver/Xext/
H A Dbigreq.c60 .max_request_size = maxBigRequestSize in ProcBigReqDispatch()
/OK3568_Linux_fs/external/xserver/dix/
H A Dglobals.c85 long maxBigRequestSize = MAX_BIG_REQUEST_SIZE; variable
H A Ddispatch.c473 if (result > (maxBigRequestSize << 2)) in Dispatch()
/OK3568_Linux_fs/external/xserver/include/
H A Dopaque.h74 extern _X_EXPORT long maxBigRequestSize;
/OK3568_Linux_fs/external/xserver/os/
H A Dio.c309 if (needed > maxBigRequestSize << 2) { in ReadRequestFromClient()
H A Dutils.c965 maxBigRequestSize = (reqSizeArg * 1048576L) - 1L; in ProcessCommandLine()
/OK3568_Linux_fs/external/xserver/
H A DChangeLog62178 If a client sends a request larger than maxBigRequestSize, the server is
105856 maxBigRequestSize << 2 bytes), the server just disconnects it. This makes the
161237 use maxBigRequestSize when bigreqs are available (limiting buffers to ~16MB).