Searched refs:NUM_POLLS_ON_STACK (Results 1 - 1 of 1) sorted by relevance
/third_party/curl/lib/ | ||
H A D | multi.c | 1212 #define NUM_POLLS_ON_STACK 10 macro 1229 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK]; 1276 if(nfds > NUM_POLLS_ON_STACK) { |
Completed in 5 milliseconds