Searched refs:rid (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c493 apr_uint16_t rid; local
508 ap_fcgi_header_fields_from_array(&version, &type, &rid, &clen, &plen,
519 if (rid != request_id) {
523 fn, rid, request_id);
/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c564 apr_uint16_t clen, rid; local
580 ap_fcgi_header_fields_from_array(&version, &type, &rid,
590 if (rid != request_id) {
592 "Got bogus rid %d, expected %d",
593 rid, request_id);

Completed in 1879 milliseconds