Home
last modified time | relevance | path

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

/external/curl/lib/
Dhttp2.c213 struct SessionHandle *data_s = NULL; in on_frame_recv() local
227 data_s = Curl_hash_pick(&httpc->streamsh, &stream_id, in on_frame_recv()
229 if(!data_s) { in on_frame_recv()
236 stream = data_s->req.protop; in on_frame_recv()
285 DEBUGF(infof(data_s, "Store %zu bytes headers from stream %u at %p\n", in on_frame_recv()
291 data_s->state.drain++; in on_frame_recv()
292 Curl_expire(data_s, 1); in on_frame_recv()
295 DEBUGF(infof(data_s, "Got PUSH_PROMISE, RST_STREAM it!\n")); in on_frame_recv()
352 struct SessionHandle *data_s; in on_data_chunk_recv() local
363 data_s = Curl_hash_pick(&conn->proto.httpc.streamsh, &stream_id, in on_data_chunk_recv()
[all …]