Home
last modified time | relevance | path

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

/PHP-7.4/sapi/phpdbg/
H A Dphpdbg_parser.y79 | parameters T_REQ_ID { $$ = $1; PHPDBG_G(req_id) = $2.num; }
144 req_id
145 : T_REQ_ID { PHPDBG_G(req_id) = $1.num; }
150 : T_EVAL req_id T_INPUT {
155 | T_SHELL req_id T_INPUT {
160 | T_RUN req_id {
164 | T_RUN req_id T_INPUT {
H A Dphpdbg_out.c584 if (PHPDBG_G(req_id)) { in format_converter()
585 s_len = spprintf(&s, 0, "req=\"" ZEND_ULONG_FMT "\"", PHPDBG_G(req_id)); in format_converter()
1043 if (PHPDBG_G(req_id)) { in phpdbg_process_print()
1045 …xmllen = phpdbg_asprintf(&xmlbuf, "req=\"" ZEND_ULONG_FMT "\" %.*s", PHPDBG_G(req_id), xmllen, xml… in phpdbg_process_print()
1066 if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { in phpdbg_process_print()
H A Dphpdbg.h305 zend_ulong req_id; /* "request id" to keep track of commands */ variable
H A Dphpdbg_prompt.c1630 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
1637 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
H A Dphpdbg.c164 pg->req_id = 0; in php_phpdbg_globals_ctor()
/PHP-7.4/main/
H A Dfastcgi.c996 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header() argument
1003 hdr->requestIdB0 = (unsigned char)(req_id & 0xff); in fcgi_make_header()
1004 hdr->requestIdB1 = (unsigned char)((req_id >> 8) & 0xff); in fcgi_make_header()

Completed in 36 milliseconds