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

/httpd/modules/http/
H A Dmod_mime.c758 const char *fn, *fntmp, *type, *charset = NULL, *resource_name; local
799 fntmp = fn;
800 while (*fntmp == '.')
801 fntmp++;
802 fntmp = ap_strchr_c(fntmp, '.');
803 if (fntmp) {
804 ext = apr_pstrmemdup(r->pool, fn, fntmp - fn);
805 fn = fntmp + 1;

Completed in 13 milliseconds