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

/httpd/modules/aaa/
H A Dmod_authz_host.c168 char *w, *hash_ptr; local
203 if ((hash_ptr = ap_strchr(w, '#'))) {
204 if (hash_ptr == w) {
207 *hash_ptr = '\0';
212 if (hash_ptr) {

Completed in 9 milliseconds