Home
last modified time | relevance | path

Searched refs:no_cgi_map (Results 1 – 1 of 1) sorted by relevance

/dports/www/mohawk/mohawk-2.0.21/
H A Dmain.c465 struct mohawk_list *no_cgi_map; in cgi_map_lookup() local
479 SLIST_FOREACH(no_cgi_map, &vh->no_cgi_maps, entry) { in cgi_map_lookup()
480 if (fnmatch(no_cgi_map->item, uri, 0) != FNM_NOMATCH) { in cgi_map_lookup()
483 fprintf(stderr, "Debug: but '%s' match '%s'\n", uri, no_cgi_map->item); in cgi_map_lookup()