Home
last modified time | relevance | path

Searched refs:accepted (Results 1 – 24 of 24) sorted by relevance

/PHP-5.4/sapi/fpm/fpm/
H A Dfpm_request.c85 proc->accepted = now; in fpm_request_reading_headers()
196 timersub(&now, &proc->accepted, &proc->duration); in fpm_request_end()
198 timersub(&proc->tv, &proc->accepted, &proc->cpu_duration); in fpm_request_end()
224 memset(&proc->accepted, 0, sizeof(proc->accepted)); in fpm_request_finished()
245 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
256 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()
264 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
H A Dfpm_scoreboard.h30 struct timeval accepted; member
H A Dfpm_status.c437 timersub(&now, &proc.accepted, &duration); in fpm_status_handle_request()
/PHP-5.4/ext/spl/tests/
H A Dspl_heap_recoverfromcorruption_arguments.phpt2 SPL: SplHeap check no arguments to be accepted on recoverFromCorruption
/PHP-5.4/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt101 printf("[006] ATTR_TIMEOUT should be accepted\n");
104 printf("[007] ATTR_TIMEOUT should be accepted\n");
107 printf("[008] ATTR_TIMEOUT should be accepted\n");
112 printf("[009] ATTR_EMULATE_PREPARES should be accepted and on\n");
121 printf("[012] ATTR_EMULATE_PREPARES should be accepted and on\n");
/PHP-5.4/ext/date/tests/
H A Ddate_modify_basic1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_basic1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_error.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_error.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_variation1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A DDateTime_modify_variation1.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
H A Ddate_modify_variation2.phpt6 …imestamp of a DateTime object by incrementing or decrementing in a format accepted by strtotime().
/PHP-5.4/
H A DREADME.SUBMITTING_PATCH10 patches accepted, commit privileges are often quickly granted.
51 attachments of type 'text/*' are accepted.
86 of type 'text/*' are accepted.
116 only MIME attachments of type 'text/*' are accepted.
H A DUPGRADING77 variables may be accepted. The default value is 1000.
H A Dphp.ini-development391 ; How many GET/POST/COOKIE input variables may be accepted
H A Dphp.ini-production391 ; How many GET/POST/COOKIE input variables may be accepted
H A DNEWS5044 accepted stream) (Mark Karpeles, Pierre)
5529 on accepted stream) (Mark Karpeles, Pierre)
/PHP-5.4/ext/spl/internal/
H A Dfilteriterator.inc20 * return selected (accepted) elements.
/PHP-5.4/ext/pcre/pcrelib/
H A Dpcre_compile.c3116 BOOL accepted, invert_bits; in compare_opcodes() local
3351 accepted = FALSE; /* Always set in non-unicode case. */ in compare_opcodes()
3355 accepted = TRUE; in compare_opcodes()
3378 case 1: accepted = bothprop; break; in compare_opcodes()
3379 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
3380 case 3: accepted = !same; break; in compare_opcodes()
3413 accepted = risprop && lisprop == in compare_opcodes()
3423 accepted = lisprop && risprop == in compare_opcodes()
3433 accepted = risprop && lisprop == in compare_opcodes()
3443 accepted = lisprop && risprop == in compare_opcodes()
[all …]
/PHP-5.4/sapi/fpm/
H A Dphp-fpm.conf.in178 ; accepted from any ip address.
259 ; accepted conn - the number of request accepted by the pool;
279 ; accepted conn: 190460
/PHP-5.4/ext/standard/tests/mail/
H A Dmail_basic6.phpt47 // \r is accepted as valid. This may be changed to invalid.
/PHP-5.4/ext/ftp/tests/
H A Dserver.inc113 fputs($s, "234 auth type accepted\r\n");
/PHP-5.4/Zend/
H A DZEND_CHANGES1143 (in PHP 3.0 they accepted any valid expression). The impact
/PHP-5.4/ext/pcre/pcrelib/doc/
H A Dpcre.txt6265 useful, such patterns are now accepted, but if any repetition of the

Completed in 112 milliseconds