Searched refs:STRING_PROXY (Results 1 – 3 of 3) sorted by relevance
1345 conn->bits.proxy = (data->set.str[STRING_PROXY] && in allocate_conn()1346 *data->set.str[STRING_PROXY]); in allocate_conn()2383 if(data->set.str[STRING_PROXY]) {2384 proxy = strdup(data->set.str[STRING_PROXY]);
1464 STRING_PROXY, /* proxy to use */ enumerator
1958 return Curl_setstropt(&data->set.str[STRING_PROXY], ptr); in setopt_cptr()
Completed in 26 milliseconds