Lines Matching defs:timeout
127 long timeout = -99;
187 multi_timeout(multi, &timeout);
189 /* At this point, timeout is guaranteed to be greater or equal than -1. */
191 fprintf(stderr, "%s:%d num_handles %d timeout %ld running %d\n",
192 __FILE__, __LINE__, num_handles, timeout, running);
194 if(timeout != -1L) {
197 itimeout = (timeout > (long)INT_MAX) ? INT_MAX : (int)timeout;
199 itimeout = (int)timeout;
208 /* if there's no timeout and we get here on the last handle, we may