Searched defs:fds_waiting (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/ssl/
H A Dssl_ct_util.c245 int fds_waiting; local
250 fds_waiting = 0;
258 ++fds_waiting;
263 ++fds_waiting;
265 while (fds_waiting) {
285 --fds_waiting;
306 int fds_waiting = 2; local
308 while (fds_waiting) {
321 --fds_waiting;
338 if (fds_waiting
[all...]

Completed in 11 milliseconds