Home
last modified time | relevance | path

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

/PHP-8.1/sapi/phpdbg/
H A Dphpdbg_parser.y80 | parameters T_REQ_ID { $$ = $1; PHPDBG_G(req_id) = $2.num; }
145 req_id
146 : T_REQ_ID { PHPDBG_G(req_id) = $1.num; }
151 : T_EVAL req_id T_INPUT {
156 | T_SHELL req_id T_INPUT {
161 | T_RUN req_id {
165 | T_RUN req_id T_INPUT {
H A Dphpdbg.h291 zend_ulong req_id; /* "request id" to keep track of commands */ variable
H A Dphpdbg_prompt.c1587 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
1594 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
H A Dphpdbg.c130 pg->req_id = 0; in php_phpdbg_globals_ctor()
/PHP-8.1/main/
H A Dfastcgi.c993 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) argument
1000 hdr->requestIdB0 = (unsigned char)(req_id & 0xff);
1001 hdr->requestIdB1 = (unsigned char)((req_id >> 8) & 0xff);

Completed in 22 milliseconds