Searched defs:abrb (Results 1 - 2 of 2) sorted by relevance

/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c222 unsigned char abrb[AP_FCGI_HEADER_LEN]; local
226 sizeof(abrb), 0);
233 ap_fcgi_begin_request_body_to_array(&brb, abrb);
237 vec[1].iov_base = (void *)abrb;
238 vec[1].iov_len = sizeof(abrb);
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c273 unsigned char abrb[AP_FCGI_HEADER_LEN]; local
277 sizeof(abrb), 0);
281 ap_fcgi_begin_request_body_to_array(&brb, abrb);
285 vec[1].iov_base = (void *)abrb;
286 vec[1].iov_len = sizeof(abrb);

Completed in 882 milliseconds