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

/httpd/modules/generators/
H A Dmod_autoindex.c1044 /* This is a hack, but I can't find any better way to do this.
1194 char titlebuf[MAX_STRING_LEN], *find = "<title>"; local
1218 if (apr_tolower(titlebuf[x]) == find[p]) {
1219 if (!find[++p]) {

Completed in 89 milliseconds