Searched refs:req_id (Results 1 – 5 of 5) sorted by relevance
80 | parameters T_REQ_ID { $$ = $1; PHPDBG_G(req_id) = $2.num; }145 req_id146 : 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 {
294 zend_ulong req_id; /* "request id" to keep track of commands */ variable
1583 PHPDBG_G(req_id) = 0; in phpdbg_interactive()1590 PHPDBG_G(req_id) = 0; in phpdbg_interactive()
132 pg->req_id = 0; in php_phpdbg_globals_ctor()
986 static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) in fcgi_make_header() argument993 hdr->requestIdB0 = (unsigned char)(req_id & 0xff); in fcgi_make_header()994 hdr->requestIdB1 = (unsigned char)((req_id >> 8) & 0xff); in fcgi_make_header()
Completed in 18 milliseconds