Home
last modified time | relevance | path

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

/curl/lib/
H A Dnoproxy.h41 bool *spacesep);
H A Dnoproxy.c123 bool *spacesep) in Curl_check_noproxy() argument
126 *spacesep = FALSE; in Curl_check_noproxy()
253 *spacesep = TRUE; in Curl_check_noproxy()
H A Durl.c2384 bool spacesep = FALSE; local
2432 &spacesep)) {
2441 if(spacesep)
/curl/tests/unit/
H A Dunit1614.c147 bool spacesep = FALSE; variable
148 bool match = Curl_check_noproxy(list[i].a, list[i].n, &spacesep);
155 if(spacesep != list[i].space) {

Completed in 18 milliseconds