Searched refs:hdrs_arr (Results 1 - 3 of 3) sorted by relevance

/httpd/server/
H A Dutil_script.c146 const apr_array_header_t *hdrs_arr = apr_table_elts(r->headers_in); local
147 const apr_table_entry_t *hdrs = (const apr_table_entry_t *) hdrs_arr->elts;
161 e = apr_table_make(r->pool, 25 + hdrs_arr->nelts);
169 for (i = 0; i < hdrs_arr->nelts; ++i) {
/httpd/modules/generators/
H A Dmod_cgi.c224 const apr_array_header_t *hdrs_arr = apr_table_elts(r->headers_in); local
225 const apr_table_entry_t *hdrs = (const apr_table_entry_t *) hdrs_arr->elts;
259 for (i = 0; i < hdrs_arr->nelts; ++i) {
270 hdrs_arr = apr_table_elts(r->err_headers_out);
271 hdrs = (const apr_table_entry_t *) hdrs_arr->elts;
273 for (i = 0; i < hdrs_arr->nelts; ++i) {
H A Dmod_cgid.c1104 const apr_array_header_t *hdrs_arr = apr_table_elts(r->headers_in); local
1105 const apr_table_entry_t *hdrs = (apr_table_entry_t *) hdrs_arr->elts;
1141 for (i = 0; i < hdrs_arr->nelts; ++i) {
1152 hdrs_arr = apr_table_elts(r->err_headers_out);
1153 hdrs = (const apr_table_entry_t *) hdrs_arr->elts;
1155 for (i = 0; i < hdrs_arr->nelts; ++i) {

Completed in 2332 milliseconds