Home | History | Annotate | Download | only in lib

Lines Matching refs:Curl_easy

142 void Curl_http2_setup_req(struct Curl_easy *data)
287 struct Curl_easy *data;
338 static struct Curl_easy *duphandle(struct Curl_easy *data)
340 struct Curl_easy *second = curl_easy_duphandle(data);
366 static int push_promise(struct Curl_easy *data,
381 struct Curl_easy *newhandle = duphandle(data);
448 struct Curl_easy *data_s = NULL;
485 "No Curl_easy associated with stream: %x\n",
576 struct Curl_easy *data_s = NULL;
593 struct Curl_easy *data_s;
659 struct Curl_easy *data_s;
673 struct Curl_easy *data_s;
687 struct Curl_easy *data_s;
701 struct Curl_easy *data_s;
738 struct Curl_easy *data_s = NULL;
805 struct Curl_easy *data_s;
917 struct Curl_easy *data_s;
1099 static int h2_session_send(struct Curl_easy *data,
1108 static int h2_process_pending_input(struct Curl_easy *data,
1159 struct Curl_easy *data,
1229 static void h2_pri_spec(struct Curl_easy *data,
1247 static int h2_session_send(struct Curl_easy *data,
1282 struct Curl_easy *data = conn->data;
1300 * At this point 'stream' is just in the Curl_easy the connection
1867 struct Curl_easy *data = conn->data;