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

/httpd/modules/generators/
H A Dmod_autoindex.c759 static char *find_item(const char *content_type, const char *content_encoding, function
804 return find_item(ap_field_noparam(r->pool, r->content_type),
810 #define find_default_icon(d,n) find_item(NULL, NULL, n, d->icon_list, 1)
811 #define find_default_alt(d,n) find_item(NULL, NULL, n, d->alt_list, 1)

Completed in 1761 milliseconds