Home
last modified time | relevance | path

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

/curl/lib/
H A Dconncache.c1113 #define NUM_POLLS_ON_STACK 10 macro
1117 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK]; in cpool_shutdown_wait()
1121 Curl_pollfds_init(&cpfds, a_few_on_stack, NUM_POLLS_ON_STACK); in cpool_shutdown_wait()
H A Dmulti.c1243 #define NUM_POLLS_ON_STACK 10 macro
1257 struct pollfd a_few_on_stack[NUM_POLLS_ON_STACK];
1280 Curl_pollfds_init(&cpfds, a_few_on_stack, NUM_POLLS_ON_STACK);

Completed in 16 milliseconds