Home
last modified time | relevance | path

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

/busybox-1.35.0/networking/
Dhttpd.c357 char *url_from; member
878 char *url_from, *host_port, *url_to; in parse_conf() local
881 url_from = after_colon; in parse_conf()
898 proxy_entry->url_from = xstrdup(url_from); in parse_conf()
2161 if (is_prefixed_with(url, p->url_from)) in find_proxy_entry()
2307 urlp + strlen(proxy_entry->url_from), /* "SFX" */ in handle_incoming_and_exit()