Searched refs:STRING_PROXY (Results 1 – 3 of 3) sorted by relevance
1889 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()
1431 STRING_PROXY, /* proxy to use */ enumerator
1018 result = Curl_setstropt(&data->set.str[STRING_PROXY], in vsetopt()