Home | History | Annotate | Download | only in lib

Lines Matching refs:send_pipe

573       conn->send_pipe->size + conn->recv_pipe->size != 0 &&
2042 Curl_removeHandleFromPipeline(data, data->easy_conn->send_pipe);
2376 if(easy_conn->send_pipe && easy_conn->send_pipe->size > 1) {
2381 for the send_pipe, or the first (in case this particular easy
2385 entry->easy = easy_conn->send_pipe->head->next->ptr;
2387 entry->easy = easy_conn->send_pipe->head->ptr;
2549 the pipeline. If we should write into the socket, take the send_pipe
2553 data->easy_conn->send_pipe &&
2554 data->easy_conn->send_pipe->head)
2555 data = data->easy_conn->send_pipe->head->ptr;