Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c638 struct Curl_easy *data_s = NULL; in on_frame_recv() local
670 data_s = nghttp2_session_get_stream_user_data(session, stream_id); in on_frame_recv()
671 if(!data_s) { in on_frame_recv()
678 stream = data_s->req.protop; in on_frame_recv()
680 H2BUGF(infof(data_s, "No proto pointer for stream: %x\n", in on_frame_recv()
685 H2BUGF(infof(data_s, "on_frame_recv() header %x stream %x\n", in on_frame_recv()
731 H2BUGF(infof(data_s, "Store %zu bytes headers from stream %u at %p\n", in on_frame_recv()
737 drain_this(data_s, httpc); in on_frame_recv()
743 if(conn_s->data != data_s) in on_frame_recv()
744 Curl_expire(data_s, 0, EXPIRE_RUN_NOW); in on_frame_recv()
[all …]