#include <llist.h>
Public Attributes | |
| void * | ptr |
| struct curl_llist_element * | prev |
| struct curl_llist_element * | next |
Definition at line 13 of file llist.h.
| void* curl_llist_element::ptr |
Definition at line 14 of file llist.h.
Referenced by Curl_close(), Curl_hash_add(), Curl_hash_clean_with_criterium(), Curl_hash_delete(), Curl_hash_pick(), Curl_isHandleAtHead(), Curl_llist_insert_next(), Curl_llist_remove(), Curl_removeHandleFromPipeline(), gethandleathead(), and signalPipeClose().
struct curl_llist_element* curl_llist_element::prev [read] |
Definition at line 16 of file llist.h.
Referenced by Curl_llist_insert_next(), and Curl_llist_remove().
struct curl_llist_element* curl_llist_element::next [read] |
Definition at line 17 of file llist.h.
Referenced by Curl_close(), Curl_hash_add(), Curl_hash_clean_with_criterium(), Curl_hash_delete(), Curl_hash_pick(), Curl_llist_insert_next(), Curl_llist_remove(), Curl_removeHandleFromPipeline(), and signalPipeClose().
1.5.6