Home
last modified time | relevance | path

Searched refs:queue (Results 26 – 38 of 38) sorted by relevance

12

/PHP-5.6/sapi/fpm/fpm/
H A Dfpm_events.h37 int (*wait)(struct fpm_event_queue_s *queue, unsigned long int timeout);
/PHP-5.6/ext/xmlrpc/
H A Dconfig.w3213 queue.c xml_element.c xmlrpc.c xml_to_soap.c", "xmlrpc");
H A Dconfig.m487 libxmlrpc/queue.c libxmlrpc/xml_element.c libxmlrpc/xmlrpc.c \
99 dnl queue.h or base64.h. Distributions have to create dir
H A Dxmlrpc.dsp131 SOURCE=.\libxmlrpc\queue.c
135 SOURCE=.\libxmlrpc\queue.h
/PHP-5.6/ext/pcntl/tests/
H A Dpcntl_signal.phpt21 /* test freeing queue in RSHUTDOWN */
/PHP-5.6/ext/pcntl/
H A Dpcntl.c1234 struct php_pcntl_pending_signal *queue, *next; in pcntl_signal_dispatch() local
1256 queue = PCNTL_G(head); in pcntl_signal_dispatch()
1261 while (queue) { in pcntl_signal_dispatch()
1262 if (zend_hash_index_find(&PCNTL_G(php_signal_table), queue->signo, (void **) &handle)==SUCCESS) { in pcntl_signal_dispatch()
1266 ZVAL_LONG(param, queue->signo); in pcntl_signal_dispatch()
1275 next = queue->next; in pcntl_signal_dispatch()
1276 queue->next = PCNTL_G(spares); in pcntl_signal_dispatch()
1277 PCNTL_G(spares) = queue; in pcntl_signal_dispatch()
1278 queue = next; in pcntl_signal_dispatch()
/PHP-5.6/ext/openssl/tests/
H A Dopenssl_csr_new_basic.phpt37 Warning: openssl_csr_new(): add1_attr_by_txt challengePassword_min -> 4 (failed; check error queue
/PHP-5.6/ext/sysvmsg/tests/
H A D004.phpt37 echo "BAD: queue removal failed\n";
/PHP-5.6/sapi/fpm/
H A Dwww.conf.in142 ; listen queue - the number of request in the queue of pending
144 ; max listen queue - the maximum number of requests in the queue
146 ; listen queue len - the size of the socket queue of pending connections;
162 ; listen queue: 0
163 ; max listen queue: 1
164 ; listen queue len: 42
H A Dphp-fpm.conf.in276 ; listen queue - the number of request in the queue of pending
278 ; max listen queue - the maximum number of requests in the queue
280 ; listen queue len - the size of the socket queue of pending connections;
296 ; listen queue: 0
297 ; max listen queue: 1
298 ; listen queue len: 42
/PHP-5.6/ext/xmlrpc/libxmlrpc/
H A Dxmlrpc.c1058 value->v->q = (queue*)malloc(sizeof(queue)); in XMLRPC_SetIsVector()
/PHP-5.6/
H A DNEWS6176 . Added statistics about listening socket queue length for FPM.
/PHP-5.6/ext/fileinfo/tests/
H A Dmagic19708 >8 short 4623 print queue parameters

Completed in 139 milliseconds

12