Home
last modified time | relevance | path

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

/external/curl/lib/
Durl.c1889 conn->bits.proxy = (data->set.str[STRING_PROXY] && in allocate_conn()
1890 *data->set.str[STRING_PROXY]) ? TRUE : FALSE; in allocate_conn()
2725 if(data->set.str[STRING_PROXY]) { in create_conn_helper_init_proxy()
2726 proxy = strdup(data->set.str[STRING_PROXY]); in create_conn_helper_init_proxy()
Durldata.h1431 STRING_PROXY, /* proxy to use */ enumerator
Dsetopt.c1018 result = Curl_setstropt(&data->set.str[STRING_PROXY], in vsetopt()