Searched refs:pending (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/ext/curl/ |
H A D | streams.c | 155 if (curlstream->readbuffer.readpos >= curlstream->readbuffer.writepos && curlstream->pending) { in php_curl_stream_read() 161 while (CURLM_CALL_MULTI_PERFORM == curl_multi_perform(curlstream->multi, &curlstream->pending)); in php_curl_stream_read() 188 curlstream->mcode = curl_multi_perform(curlstream->multi, &curlstream->pending); in php_curl_stream_read() 192 curlstream->readbuffer.readpos >= curlstream->readbuffer.writepos && curlstream->pending > 0); in php_curl_stream_read() 284 curlstream->pending = 1; in php_curl_stream_opener() 475 …e (CURLM_CALL_MULTI_PERFORM == (m = curl_multi_perform(curlstream->multi, &curlstream->pending))) { in php_curl_stream_opener()
|
H A D | php_curl.h | 182 int pending; member
|
/PHP-5.4/Zend/tests/ |
H A D | exception_008.phpt | 2 Exception in __destruct while exception is pending
|
/PHP-5.4/sapi/fpm/ |
H A D | php-fpm.conf.in | 260 ; listen queue - the number of request in the queue of pending 263 ; of pending connections since FPM has started; 264 ; listen queue len - the size of the socket queue of pending connections;
|
/PHP-5.4/ext/fileinfo/tests/ |
H A D | magic | 7154 >&-272 lequad x pending blocks to free %lld, 7155 >&-264 lelong x pending inodes to free %ld, 7174 >&-272 lequad x pending blocks to free %lld, 7175 >&-264 lelong x pending inodes to free %ld, 7214 >&-272 bequad x pending blocks to free %lld, 7215 >&-264 belong x pending inodes to free %ld, 7234 >&-272 bequad x pending blocks to free %lld, 7235 >&-264 belong x pending inodes to free %ld,
|
Completed in 40 milliseconds