Searched refs:REQUEST_LOG_SIZE (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/libXfont/dist/src/fc/
H A Dfsio.h30 #define REQUEST_LOG_SIZE 100 macro
103 } reqbuffer[REQUEST_LOG_SIZE];
H A Dfserve.c199 if (conn->reqindex == REQUEST_LOG_SIZE)
208 for (i = 0; i < REQUEST_LOG_SIZE; i++)
211 if (i == REQUEST_LOG_SIZE)
/xsrc/external/mit/libXfont2/dist/src/fc/
H A Dfsio.h30 #define REQUEST_LOG_SIZE 100 macro
105 } reqbuffer[REQUEST_LOG_SIZE];
H A Dfserve.c196 if (conn->reqindex == REQUEST_LOG_SIZE)
205 for (i = 0; i < REQUEST_LOG_SIZE; i++)
208 if (i == REQUEST_LOG_SIZE)

Completed in 64 milliseconds