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

/external/curl/lib/
H A Dhttp2.c448 struct Curl_easy *data_s = NULL; local
479 data_s = nghttp2_session_get_stream_user_data(session, stream_id);
483 if(!data_s) {
490 stream = data_s->req.protop;
494 DEBUGF(infof(data_s, "on_frame_recv() header %x stream %x\n",
536 DEBUGF(infof(data_s, "Store %zu bytes headers from stream %u at %p\n",
542 data_s->state.drain++;
549 if(conn_s->data != data_s)
550 Curl_expire(data_s, 1);
554 rv = push_promise(data_s, con
576 struct Curl_easy *data_s = NULL; local
593 struct Curl_easy *data_s; local
659 struct Curl_easy *data_s; local
673 struct Curl_easy *data_s; local
687 struct Curl_easy *data_s; local
701 struct Curl_easy *data_s; local
738 struct Curl_easy *data_s = NULL; local
805 struct Curl_easy *data_s; local
917 struct Curl_easy *data_s; local
[all...]

Completed in 167 milliseconds