OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
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
69
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)
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;
326
struct
curl_llist_element
*curr = pipeline->head;
413
struct
curl_llist_element
*curr;
hash.c
127
struct
curl_llist_element
*le;
161
struct
curl_llist_element
*le;
179
struct
curl_llist_element
*le;
201
struct
curl_llist_element
*le;
248
struct
curl_llist_element
*le;
249
struct
curl_llist_element
*lnext;
conncache.c
98
struct
curl_llist_element
*curr;
273
struct
curl_llist_element
*curr;
314
struct
curl_llist_element
*curr;
334
struct
curl_llist_element
*curr;
hash.h
68
struct
curl_llist_element
*current_element;
multi.c
486
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 555 milliseconds