Home
last modified time | relevance | path

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

/mOS-networking-stack/samples/lighttpd-1.4.32/src/
H A Dmod_evhost.c262 array *parsed_host; in mod_evhost_uri_handler() local
277 parsed_host = array_init(); in mod_evhost_uri_handler()
279 mod_evhost_parse_host(con, parsed_host); in mod_evhost_uri_handler()
302 …} else if (NULL != (ds = (data_string *)array_get_element(parsed_host,p->conf.path_pieces[i]->ptr)… in mod_evhost_uri_handler()
316 array_free(parsed_host); in mod_evhost_uri_handler()