Searched refs:curl_llist_element (Results 1 - 10 of 10) sorted by relevance

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/lib/
H A Dllist.h30 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 *);
H A Dllist.c69 Curl_llist_insert_next(struct curl_llist *list, struct curl_llist_element *e,
72 struct curl_llist_element *ne = malloc(sizeof(struct curl_llist_element));
110 Curl_llist_remove(struct curl_llist *list, struct curl_llist_element *e,
164 int Curl_llist_move(struct curl_llist *list, struct curl_llist_element *e,
166 struct curl_llist_element *to_e)
H A Dpipeline.c100 struct curl_llist_element *sendhead = conn->send_pipe->head;
130 struct curl_llist_element *curr;
167 struct curl_llist_element *curr;
259 struct curl_llist_element *curr;
320 struct curl_llist_element *curr;
H A Dhash.c157 struct curl_llist_element *le;
191 struct curl_llist_element *le;
209 struct curl_llist_element *le;
231 struct curl_llist_element *le;
264 struct curl_llist_element *le;
265 struct curl_llist_element *lnext;
H A Dbundles.c97 struct curl_llist_element *curr;
H A Dhash.h68 struct curl_llist_element *current_element;
H A Dconncache.c190 struct curl_llist_element *curr;
226 struct curl_llist_element *curr;
253 struct curl_llist_element *curr;
H A Dmulti.c580 struct curl_llist_element *e;
1907 struct curl_llist_element *e;
2128 struct curl_llist_element *e;
2134 struct curl_llist_element *n = e->next;
2492 struct curl_llist_element *curr = pipeline->head;
2524 struct curl_llist_element *e;
2526 struct curl_llist_element *prev = NULL;
H A Durl.c2710 struct curl_llist_element *curr;
2727 struct curl_llist_element *curr;
2740 struct curl_llist_element *curr = pipeline->head;
2767 struct curl_llist_element *curr;
2774 struct curl_llist_element *next = curr->next;
2804 struct curl_llist_element *curr;
2855 struct curl_llist_element *curr;
2925 struct curl_llist_element *curr;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/curl/curl-7.36.0/tests/unit/
H A Dunit1300.c61 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 120 milliseconds