Home
last modified time | relevance | path

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

/curl/lib/
H A Dhttp_proxy.c164 struct Curl_cfilter *cf_protocol; member
186 if(!ctx->cf_protocol) { in http_proxy_cf_connect()
187 struct Curl_cfilter *cf_protocol = NULL; in http_proxy_cf_connect() local
202 cf_protocol = cf->next; in http_proxy_cf_connect()
211 cf_protocol = cf->next; in http_proxy_cf_connect()
220 ctx->cf_protocol = cf_protocol; in http_proxy_cf_connect()
230 DEBUGASSERT(ctx->cf_protocol); in http_proxy_cf_connect()
276 if(ctx->cf_protocol) { in http_proxy_cf_close()
281 if(f == ctx->cf_protocol) { in http_proxy_cf_close()
283 Curl_conn_cf_discard_sub(cf, ctx->cf_protocol, data, FALSE); in http_proxy_cf_close()
[all …]

Completed in 4 milliseconds