Lines Matching refs:cf_protocol
164 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()
287 ctx->cf_protocol = NULL; in http_proxy_cf_close()