Go to the source code of this file.
Classes | |
struct | curl_llist |
struct | curl_llist_element |
Typedefs | |
typedef void(* | curl_llist_dtor )(void *, void *) |
Functions | |
struct curl_llist * | Curl_llist_alloc (curl_llist_dtor) |
size_t | Curl_llist_count (struct curl_llist *) |
void | Curl_llist_destroy (struct curl_llist *, void *) |
int | Curl_llist_insert_next (struct curl_llist *, struct curl_llist_element *, const void *) |
int | Curl_llist_move (struct curl_llist *, struct curl_llist_element *, struct curl_llist *, struct curl_llist_element *) |
int | Curl_llist_remove (struct curl_llist *, struct curl_llist_element *, void *) |
typedef void(* curl_llist_dtor)(void *, void *) |
struct curl_llist* Curl_llist_alloc | ( | curl_llist_dtor | ) | [read] |
size_t Curl_llist_count | ( | struct curl_llist * | ) |
void Curl_llist_destroy | ( | struct curl_llist * | , |
void * | |||
) |
int Curl_llist_insert_next | ( | struct curl_llist * | , |
struct curl_llist_element * | , | ||
const void * | |||
) |
int Curl_llist_move | ( | struct curl_llist * | , |
struct curl_llist_element * | , | ||
struct curl_llist * | , | ||
struct curl_llist_element * | |||
) |
int Curl_llist_remove | ( | struct curl_llist * | , |
struct curl_llist_element * | , | ||
void * | |||
) |