Lines Matching defs:cf_protocol
164 struct Curl_cfilter *cf_protocol;
186 if(!ctx->cf_protocol) {
187 struct Curl_cfilter *cf_protocol = NULL;
202 cf_protocol = cf->next;
211 cf_protocol = cf->next;
220 ctx->cf_protocol = cf_protocol;
230 DEBUGASSERT(ctx->cf_protocol);
276 if(ctx->cf_protocol) {
281 if(f == ctx->cf_protocol) {
283 Curl_conn_cf_discard_sub(cf, ctx->cf_protocol, data, FALSE);
287 ctx->cf_protocol = NULL;