HomeSort by relevance Sort by last modified time
    Searched refs:send_pipe (Results 1 - 4 of 4) sorted by null

  /external/curl/lib/
pipeline.c 106 struct curl_llist_element *sendhead = conn->send_pipe->head;
110 pipeline = conn->send_pipe;
114 if(pipeline == conn->send_pipe && sendhead != conn->send_pipe->head) {
117 Curl_expire(conn->send_pipe->head->ptr, 1);
138 curr = conn->send_pipe->head;
141 Curl_llist_move(conn->send_pipe, curr,
144 if(conn->send_pipe->head) {
150 (void *)conn->send_pipe->head->ptr);
152 Curl_expire(conn->send_pipe->head->ptr, 1)
    [all...]
multi.c 573 conn->send_pipe->size + conn->recv_pipe->size != 0 &&
    [all...]
url.c     [all...]
urldata.h 1016 struct curl_llist *send_pipe; \/* List of handles waiting to member in struct:connectdata
    [all...]

Completed in 119 milliseconds