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

/httpd/modules/http/
H A Dhttp_request.c319 const apr_array_header_t *t_h = apr_table_elts(r->headers_in); local
320 const apr_table_entry_t *t_elt = (apr_table_entry_t *)t_h->elts;
323 for (i = 0; i < t_h->nelts; i++, t_elt++) {

Completed in 1552 milliseconds