req_id 991 main/fastcgi.c static inline int fcgi_make_header(fcgi_header *hdr, fcgi_request_type type, int req_id, int len) req_id 998 main/fastcgi.c hdr->requestIdB0 = (unsigned char)(req_id & 0xff); req_id 999 main/fastcgi.c hdr->requestIdB1 = (unsigned char)((req_id >> 8) & 0xff); req_id 106 sapi/phpdbg/phpdbg.c pg->req_id = 0; req_id 296 sapi/phpdbg/phpdbg.h zend_ulong req_id; /* "request id" to keep track of commands */ req_id 591 sapi/phpdbg/phpdbg_out.c if (PHPDBG_G(req_id)) { req_id 592 sapi/phpdbg/phpdbg_out.c s_len = spprintf(&s, 0, "req=\"%lu\"", PHPDBG_G(req_id)); req_id 1064 sapi/phpdbg/phpdbg_out.c if (PHPDBG_G(req_id)) { req_id 1066 sapi/phpdbg/phpdbg_out.c xmllen = phpdbg_asprintf(&xmlbuf, "req=\"%lu\" %.*s", PHPDBG_G(req_id), xmllen, xml); req_id 1087 sapi/phpdbg/phpdbg_out.c if (PHPDBG_G(req_id) && (PHPDBG_G(flags) & PHPDBG_WRITE_XML)) { req_id 84 sapi/phpdbg/phpdbg_parser.y | parameters req_id { $$ = $1; } req_id 149 sapi/phpdbg/phpdbg_parser.y req_id req_id 150 sapi/phpdbg/phpdbg_parser.y : T_REQ_ID { PHPDBG_G(req_id) = $1.num; } req_id 155 sapi/phpdbg/phpdbg_parser.y : T_EVAL req_id T_INPUT { req_id 160 sapi/phpdbg/phpdbg_parser.y | T_SHELL req_id T_INPUT { req_id 165 sapi/phpdbg/phpdbg_parser.y | T_RUN req_id { req_id 169 sapi/phpdbg/phpdbg_parser.y | T_RUN req_id T_INPUT { req_id 1406 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(req_id) = 0; req_id 1413 sapi/phpdbg/phpdbg_prompt.c PHPDBG_G(req_id) = 0;