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

/httpd/modules/filters/
H A Dmod_charset_lite.c546 ap_filter_t *curf; local
558 curf = output ? f->r->output_filters : f->r->input_filters;
559 while (curf) {
560 if (!strcasecmp(curf->frec->name, f->frec->name) &&
561 curf->ctx) {
562 curctx = (charset_filter_ctx_t *)curf->ctx;
619 curf = curf->next;

Completed in 13 milliseconds