Searched defs:header_filter_ctx (Results 1 - 1 of 1) sorted by relevance
/httpd/modules/http/ | ||
H A D | http_filters.c | 1121 typedef struct header_filter_ctx { struct 1123 } header_filter_ctx; typedef in typeref:struct:header_filter_ctx 1135 header_filter_ctx *ctx = f->ctx; 1144 ctx = f->ctx = apr_pcalloc(r->pool, sizeof(header_filter_ctx)); |
Completed in 11 milliseconds