Home
last modified time | relevance | path

Searched defs:list_node (Results 1 – 13 of 13) sorted by relevance

/third_party/node/deps/cares/src/lib/
Dares_llist.h22 struct list_node { struct
23 struct list_node *prev; argument
24 struct list_node *next; argument
28 void ares__init_list_head(struct list_node* head); argument
Dares_cancel.c31 struct list_node* list_node; in ares_cancel() local
Dares_destroy.c48 struct list_node* list_node; in ares_destroy() local
Dares_timeout.c43 struct list_node* list_node; in ares_timeout() local
Dares_query.c66 struct list_node* list_node; in find_query_by_id() local
Dares_process.c538 struct list_node* list_node; in process_timeouts() local
572 struct list_node* list_node; in process_answer() local
711 struct list_node* list_node; in handle_error() local
/third_party/boost/boost/intrusive/detail/
Dlist_node.hpp36 struct list_node struct
38 typedef typename pointer_rebind<VoidPointer, list_node>::type node_ptr;
39 node_ptr next_;
40 node_ptr prev_;
/third_party/boost/libs/interprocess/example/
Ddoc_offset_ptr.cpp22 struct list_node struct
24 offset_ptr<list_node> next; argument
25 int value;
/third_party/boost/boost/container/
Dlist.hpp71 struct list_node struct
75 typedef T value_type;
76 typedef T internal_type;
77 typedef typename list_hook<VoidPointer>::type hook_type;
79 typedef typename dtl::aligned_storage<sizeof(T), dtl::alignment_of<T>::value>::type storage_t;
80 storage_t m_storage;
88 BOOST_CONTAINER_FORCEINLINE T &get_data() in get_data()
91 BOOST_CONTAINER_FORCEINLINE const T &get_data() const in get_data()
94 BOOST_CONTAINER_FORCEINLINE T *get_data_ptr() in get_data_ptr()
97 BOOST_CONTAINER_FORCEINLINE const T *get_data_ptr() const in get_data_ptr()
[all …]
/third_party/boost/boost/container/detail/
Dblock_list.hpp38 struct list_node struct
40 list_node *next;
41 list_node *previous;
/third_party/boost/libs/unordered/test/helpers/
Dlist.hpp45 template <typename T> class list_node class
54 list_node(T const& v) : value_(v), next_(0) {} in list_node() function in test::test_detail::list_node
55 list_node(T const& v, list_node* n) : value_(v), next_(n) {} in list_node() function in test::test_detail::list_node
/third_party/mesa3d/src/util/
Ddisk_cache_os.c216 struct list_head *list_node = lru_file_list; in choose_lru_file_matching() local
/third_party/selinux/libsepol/src/
Dmodule_to_cil.c188 struct list_node { struct
190 struct list_node *next; argument