Searched defs:brb (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dutil_fcgi.c102 AP_DECLARE(void) ap_fcgi_fill_in_request_body(ap_fcgi_begin_request_body *brb, argument
106 brb->roleB1 = ((role >> 8) & 0xff);
107 brb->roleB0 = (role & 0xff);
108 brb->flags = flags;
109 brb->reserved[0] = 0;
110 brb->reserved[1] = 0;
111 brb->reserved[2] = 0;
112 brb->reserved[3] = 0;
113 brb->reserved[4] = 0;
/httpd/modules/proxy/
H A Dmod_proxy_fcgi.c221 ap_fcgi_begin_request_body brb; local
228 ap_fcgi_fill_in_request_body(&brb, AP_FCGI_RESPONDER,
233 ap_fcgi_begin_request_body_to_array(&brb, abrb);
/httpd/modules/aaa/
H A Dmod_authnz_fcgi.c272 ap_fcgi_begin_request_body brb; local
278 ap_fcgi_fill_in_request_body(&brb, role, 0 /* *NOT* AP_FCGI_KEEP_CONN */);
281 ap_fcgi_begin_request_body_to_array(&brb, abrb);

Completed in 33 milliseconds