Searched refs:MAX_REPLY_LENGTH (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfserve.c102 #define MAX_REPLY_LENGTH ((64 * 1024 * 1024) >> 2) macro
632 if (rep->length > MAX_REPLY_LENGTH)
634 ErrorF("fserve: reply length %ld > MAX_REPLY_LENGTH, disconnecting"
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfserve.c100 #define MAX_REPLY_LENGTH ((64 * 1024 * 1024) >> 2) macro
634 if (rep->length > MAX_REPLY_LENGTH)
636 ErrorF("fserve: reply length %ld > MAX_REPLY_LENGTH, disconnecting"

Completed in 8 milliseconds