Home
last modified time | relevance | path

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

/curl/lib/vtls/
H A Dvtls_int.h109 struct cf_call_data call_data; /* data handle used in current call */ member
127 ((struct ssl_connect_data *)(cf)->ctx)->call_data
/curl/lib/
H A Dcf-h2-proxy.c175 struct cf_call_data call_data; member
192 ((struct cf_h2_proxy_ctx *)(cf)->ctx)->call_data
196 struct cf_call_data save = ctx->call_data; in cf_h2_proxy_ctx_clear()
205 ctx->call_data = save; in cf_h2_proxy_ctx_clear()
H A Dhttp2.c132 struct cf_call_data call_data; member
157 ((struct cf_h2_ctx *)(cf)->ctx)->call_data
1419 struct Curl_easy *data_s, *call_data = CF_DATA_CURRENT(cf); in on_stream_close() local
1424 DEBUGASSERT(call_data); in on_stream_close()
1429 CURL_TRC_CF(call_data, cf, in on_stream_close()
1437 CURL_TRC_CF(call_data, cf, in on_stream_close()
/curl/lib/vquic/
H A Dcurl_msh3.c119 struct cf_call_data call_data; member
159 ((struct cf_msh3_ctx *)(cf)->ctx)->call_data
H A Dcurl_ngtcp2.c128 struct cf_call_data call_data; member
148 ((struct cf_ngtcp2_ctx *)(cf)->ctx)->call_data
1984 struct cf_call_data save = ctx->call_data; in cf_ngtcp2_ctx_close()
1998 ctx->call_data = save; in cf_ngtcp2_ctx_close()
H A Dcurl_osslq.c99 ((struct cf_osslq_ctx *)(cf)->ctx)->call_data
286 struct cf_call_data call_data; member
327 struct cf_call_data save = ctx->call_data; in cf_osslq_ctx_close()
332 ctx->call_data = save; in cf_osslq_ctx_close()

Completed in 33 milliseconds