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

  /external/curl/lib/
llist.h 30 struct curl_llist_element { struct
33 struct curl_llist_element *prev;
34 struct curl_llist_element *next;
38 struct curl_llist_element *head;
39 struct curl_llist_element *tail;
47 int Curl_llist_insert_next(struct curl_llist *, struct curl_llist_element *,
49 int Curl_llist_remove(struct curl_llist *, struct curl_llist_element *,
53 int Curl_llist_move(struct curl_llist *, struct curl_llist_element *,
54 struct curl_llist *, struct curl_llist_element *);
llist.c 71 Curl_llist_insert_next(struct curl_llist *list, struct curl_llist_element *e,
74 struct curl_llist_element *ne = malloc(sizeof(struct curl_llist_element));
112 Curl_llist_remove(struct curl_llist *list, struct curl_llist_element *e,
166 int Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e,
168 struct curl_llist_element *to_e)
hash.c 137 struct curl_llist_element *le;
175 struct curl_llist_element *le;
197 struct curl_llist_element *le;
219 struct curl_llist_element *le;
270 struct curl_llist_element *le;
271 struct curl_llist_element *lnext;
pipeline.c 106 struct curl_llist_element *sendhead = conn->send_pipe->head;
136 struct curl_llist_element *curr;
173 struct curl_llist_element *curr;
265 struct curl_llist_element *curr;
332 struct curl_llist_element *curr = pipeline->head;
419 struct curl_llist_element *curr;
conncache.c 96 struct curl_llist_element *curr;
280 struct curl_llist_element *curr;
321 struct curl_llist_element *curr;
341 struct curl_llist_element *curr;
hash.h 68 struct curl_llist_element *current_element;
multi.c 662 struct curl_llist_element *e;
    [all...]
url.c     [all...]
  /external/curl/tests/unit/
unit1300.c 61 struct curl_llist_element *head;
62 struct curl_llist_element *element_next;
63 struct curl_llist_element *element_prev;
64 struct curl_llist_element *to_remove;
239 * struct curl_llist_element *, struct curl_llist *,
240 * struct curl_llist_element *);

Completed in 84 milliseconds