Home | History | Annotate | Download | only in lib

Lines Matching refs:recv_pipe

573       conn->send_pipe->size + conn->recv_pipe->size != 0 &&
1899 Curl_removeHandleFromPipeline(data, data->easy_conn->recv_pipe);
1902 if(data->easy_conn->recv_pipe->head)
1903 Curl_expire_latest(data->easy_conn->recv_pipe->head->ptr, 1);
1966 Curl_removeHandleFromPipeline(data, data->easy_conn->recv_pipe);
2043 recv_pipe);
2362 if(easy_conn->recv_pipe && easy_conn->recv_pipe->size > 1) {
2367 for the recv_pipe, or the first (in case this particular easy
2371 entry->easy = easy_conn->recv_pipe->head->next->ptr;
2373 entry->easy = easy_conn->recv_pipe->head->ptr;
2390 /* Don't worry about overwriting recv_pipe head with send_pipe_head,
2550 head. If we should read from the socket, take the recv_pipe head. */
2557 recv_pipe &&
2558 data->easy_conn->recv_pipe->head)
2559 data = data->easy_conn->recv_pipe->head->ptr;