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

/httpd/include/
H A Dutil_filter.h200 typedef struct ap_filter_provider_t ap_filter_provider_t; typedef in typeref:struct:ap_filter_provider_t
236 ap_filter_provider_t *providers;
/httpd/modules/filters/
H A Dmod_filter.c38 struct ap_filter_provider_t { struct
46 ap_filter_provider_t *next;
52 ap_filter_provider_t *provider;
102 ap_filter_provider_t *p;
137 ap_filter_provider_t *provider;
339 ap_filter_provider_t *provider = NULL;
440 ap_filter_provider_t *provider;
468 provider = apr_palloc(cmd->pool, sizeof(ap_filter_provider_t));

Completed in 28 milliseconds