Home
last modified time | relevance | path

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

12

/php-src/sapi/fpm/fpm/
H A Dfpm_request.c86 proc->accepted = now; in fpm_request_reading_headers()
192 timersub(&now, &proc->accepted, &proc->duration); in fpm_request_end()
194 timersub(&proc->tv, &proc->accepted, &proc->cpu_duration); in fpm_request_end()
240 …if (child->slow_logged.tv_sec != proc.accepted.tv_sec || child->slow_logged.tv_usec != proc.accept… in fpm_request_check_timed_out()
251 timersub(now, &proc.accepted, &tv); in fpm_request_check_timed_out()
259 child->slow_logged = proc.accepted; in fpm_request_check_timed_out()
H A Dfpm_scoreboard.h33 struct timeval accepted; member
H A Dfpm_status.c122 timersub(&now, &procs[i].accepted, &duration); in fpm_status_export_to_zval()
602 timersub(&now, &proc->accepted, &duration); in fpm_status_handle_request()
/php-src/ext/pcre/pcre2lib/
H A Dpcre2_auto_possess.c551 BOOL accepted, invert_bits; in compare_opcodes() local
846 accepted = FALSE; /* Always set in non-unicode case. */ in compare_opcodes()
850 accepted = TRUE; in compare_opcodes()
873 case 1: accepted = bothprop; break; in compare_opcodes()
874 case 2: accepted = (base_list[3] == list[3]) != same; break; in compare_opcodes()
875 case 3: accepted = !same; break; in compare_opcodes()
908 accepted = risprop && lisprop == in compare_opcodes()
918 accepted = lisprop && risprop == in compare_opcodes()
928 accepted = risprop && lisprop == in compare_opcodes()
938 accepted = lisprop && risprop == in compare_opcodes()
[all …]
/php-src/Zend/tests/type_declarations/
H A Dweak_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dweak_explicit_call_strict.phpt12 // This file uses weak mode, so the call is weak, and float accepted for int
H A Dtyped_properties_067.phpt2 Iterable typed properties must be accepted to by-ref array arguments
/php-src/ext/sqlite3/tests/
H A Dsqlite3_trampoline_setauthorizer_null.phpt13 // This query should be accepted
H A Dsqlite3_trampoline_setauthorizer.phpt26 // This query should be accepted
H A Dsqlite3_40_setauthorizer.phpt19 // This query should be accepted
/php-src/Zend/tests/
H A Dbug68446.phpt2 Bug #68446 (Array constant not accepted for array parameter default)
/php-src/ext/standard/tests/strings/
H A Dsetlocale-win32.phpt11 // the following are supposed to be accepted
/php-src/ext/intl/tests/
H A Dmsgfmt_format_datetime_icu72-1.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
H A Dmsgfmt_format_datetime.phpt2 MessageFormatter::format(): DateTime accepted to format dates and times
/php-src/ext/pdo_mysql/tests/
H A Dpdo_mysql___construct_options.phpt103 printf("[006] ATTR_TIMEOUT should be accepted\n");
106 printf("[007] ATTR_TIMEOUT should be accepted\n");
109 printf("[008] ATTR_TIMEOUT should be accepted\n");
114 printf("[009] ATTR_EMULATE_PREPARES should be accepted and on\n");
123 printf("[012] ATTR_EMULATE_PREPARES should be accepted and on\n");
/php-src/sapi/fpm/tests/
H A Dgh16932-scoreboard-reset.phpt43 ->expectJsonBodyPatternForStatusField('accepted conn', '5');
H A Dfpm_get_status_basic.phpt51 ["accepted-conn"]=>
H A Dstatus.inc28 'accepted conn' => '\d+',
240 "# HELP phpfpm_accepted_connections The number of requests accepted by the pool\.\n" .
242 "phpfpm_accepted_connections " . $fields['accepted conn'] . "\n" .
/php-src/ext/openssl/tests/
H A Dbug46127.phpt2 #46127 php_openssl_tcp_sockop_accept forgets to set context on accepted stream
/php-src/ext/mbstring/tests/
H A Diso2022kr_encoding.phpt105 // we previously accepted and tried to convert two-byte sequences starting with
H A Dmb_decode_mimeheader_variation4.phpt31 // Encoded word which should not be accepted
/php-src/ext/mysqli/tests/
H A Dmysqli_stmt_execute_bind.phpt75 // 7. objects are not arrays and are not accepted
/php-src/sapi/fpm/
H A Dwww.conf.in67 ; accepted from any ip address.
167 ; accepted conn - the number of request accepted by the pool;
187 ; accepted conn: 190460
/php-src/
H A DREADME.md111 New features require an RFC and must be accepted by the developers. See
H A DUPGRADING139 curl_multi_add_handle() and handles accepted by CURLMOPT_PUSHFUNCTION.

Completed in 30 milliseconds

12