Home
last modified time | relevance | path

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

/netbsd-src/libexec/httpd/
H A Dcontent-bozo.c206 search_map(bozo_content_map_t *map, const char *name, size_t len) in search_map() function
228 map = search_map(httpd->dynamic_content_map, name, len); in bozo_match_content_map()
230 map = search_map(static_content_map, name, len); in bozo_match_content_map()
/netbsd-src/external/bsd/am-utils/dist/amd/
H A Dmapc.c537 search_map(mnt_map *m, char *key, char **valp) in search_map() function
563 int rc = search_map(m, wildcard, &m->wildcard); in mapc_find_wildcard()
949 error = search_map(m, key, pval); in mapc_meta_search()