Home
last modified time | relevance | path

Searched refs:req_id (Results 1 – 7 of 7) sorted by relevance

/PHP-7.1/sapi/phpdbg/
H A Dphpdbg_parser.y84 | parameters req_id { $$ = $1; }
149 req_id
150 : T_REQ_ID { PHPDBG_G(req_id) = $1.num; }
155 : T_EVAL req_id T_INPUT {
160 | T_SHELL req_id T_INPUT {
165 | T_RUN req_id {
169 | T_RUN req_id T_INPUT {
H A Dphpdbg_out.c591 if (PHPDBG_G(req_id)) { in format_converter()
592 s_len = spprintf(&s, 0, "req=\"%lu\"", PHPDBG_G(req_id)); in format_converter()
1064 if (PHPDBG_G(req_id)) { in phpdbg_process_print()
1066 xmllen = phpdbg_asprintf(&xmlbuf, "req=\"%lu\" %.*s", PHPDBG_G(req_id), xmllen, xml); in phpdbg_process_print()
1087 if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_process_print()
H A Dphpdbg.h303 zend_ulong req_id; /* "request id" to keep track of commands */ variable
H A Dphpdbg_prompt.c1668 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
1675 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
H A Dphpdbg_parser.c1649 { PHPDBG_G(req_id) = (yyvsp[(1) - (1)]).num; }
H A Dphpdbg.c165 pg->req_id = 0; in php_phpdbg_globals_ctor()
/PHP-7.1/main/
H A Dfastcgi.c998 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header() argument
1005 hdr->requestIdB0 = (unsigned char)(req_id & 0xff); in fcgi_make_header()
1006 hdr->requestIdB1 = (unsigned char)((req_id >> 8) & 0xff); in fcgi_make_header()

Completed in 28 milliseconds