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

/httpd/modules/filters/
H A Dmod_charset_lite.c189 /* find_code_page() is a fixup hook that checks if the module is
193 static int find_code_page(request_rec *r) function
750 * translation is determined in the fixup hook (find_code_page), which is
1119 ap_hook_fixups(find_code_page, NULL, NULL, APR_HOOK_MIDDLE);

Completed in 9 milliseconds