MCPcopy Create free account
hub / github.com/apache/httpd / ap_fcgi_begin_request_body_to_array

Function ap_fcgi_begin_request_body_to_array

server/util_fcgi.c:68–79  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

66}
67
68AP_DECLARE(void) ap_fcgi_begin_request_body_to_array(ap_fcgi_begin_request_body *h,
69 unsigned char a[])
70{
71 a[AP_FCGI_BRB_ROLEB1_OFFSET] = h->roleB1;
72 a[AP_FCGI_BRB_ROLEB0_OFFSET] = h->roleB0;
73 a[AP_FCGI_BRB_FLAGS_OFFSET] = h->flags;
74 a[AP_FCGI_BRB_RESERVED0_OFFSET] = h->reserved[0];
75 a[AP_FCGI_BRB_RESERVED1_OFFSET] = h->reserved[1];
76 a[AP_FCGI_BRB_RESERVED2_OFFSET] = h->reserved[2];
77 a[AP_FCGI_BRB_RESERVED3_OFFSET] = h->reserved[3];
78 a[AP_FCGI_BRB_RESERVED4_OFFSET] = h->reserved[4];
79}
80
81AP_DECLARE(void) ap_fcgi_fill_in_header(ap_fcgi_header *header,
82 unsigned char type,

Callers 2

send_begin_requestFunction · 0.85
send_begin_requestFunction · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected