Lines Matching refs:header
36 * @brief A structure that represents the fixed header fields
58 * Number of bytes in the header portion of a FastCGI record
148 * @param h The header to read from
155 * Unpack header of FastCGI record into ap_fcgi_header
156 * @param h The header to write to
163 * Unpack header of FastCGI record into individual fields
187 * Fill in a FastCGI request header with the required field values.
188 * @param header The header to fill in
191 * @param content_len The amount of content which follows the header
194 * The header array must be at least AP_FCGI_HEADER_LEN bytes long.
196 AP_DECLARE(void) ap_fcgi_fill_in_header(ap_fcgi_header *header,