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

/httpd/modules/mappers/
H A Dmod_speling.c200 char *good, *bad, *postgood, *url; local
252 /* postgood = mispelling/more */
253 postgood = apr_pstrcat(r->pool, bad, r->path_info, NULL);
256 pglen = strlen(postgood);
259 if (strcmp(postgood, r->uri + (urlen - pglen))) {

Completed in 253 milliseconds