Searched refs:filoc (Results 1 - 1 of 1) sorted by relevance

/httpd/modules/mappers/
H A Dmod_speling.c202 int filoc, dotloc, urlen, pglen; local
239 filoc = ap_rind(r->filename, '/');
244 if (filoc == -1 || strcmp(r->uri, "/") == 0) {
249 good = apr_pstrndup(r->pool, r->filename, filoc);
251 bad = apr_pstrdup(r->pool, r->filename + filoc + 1);

Completed in 2894 milliseconds