Home
last modified time | relevance | path

Searched refs:REQUEST_RING_SIZE (Results 1 – 2 of 2) sorted by relevance

/dports/x11-toolkits/p5-Prima/Prima-1.63/include/unix/
H A Dguts.h164 #define REQUEST_RING_SIZE 512 macro
671 RequestInformation ri[REQUEST_RING_SIZE];
784 if ( pguts-> ri_head >= REQUEST_RING_SIZE) \
788 if ( pguts-> ri_tail >= REQUEST_RING_SIZE) \
/dports/x11-toolkits/p5-Prima/Prima-1.63/unix/
H A Dapc_app.c55 if ( tail >= REQUEST_RING_SIZE) in x_error_handler()