Searched defs:list_node (Results 1 – 13 of 13) sorted by relevance
22 struct list_node { struct23 struct list_node *prev; argument24 struct list_node *next; argument28 void ares__init_list_head(struct list_node* head); argument
31 struct list_node* list_node; in ares_cancel() local
48 struct list_node* list_node; in ares_destroy() local
43 struct list_node* list_node; in ares_timeout() local
66 struct list_node* list_node; in find_query_by_id() local
538 struct list_node* list_node; in process_timeouts() local572 struct list_node* list_node; in process_answer() local711 struct list_node* list_node; in handle_error() local
36 struct list_node struct38 typedef typename pointer_rebind<VoidPointer, list_node>::type node_ptr;39 node_ptr next_;40 node_ptr prev_;
22 struct list_node struct24 offset_ptr<list_node> next; argument25 int value;
71 struct list_node struct75 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 …]
38 struct list_node struct40 list_node *next;41 list_node *previous;
45 template <typename T> class list_node class54 list_node(T const& v) : value_(v), next_(0) {} in list_node() function in test::test_detail::list_node55 list_node(T const& v, list_node* n) : value_(v), next_(n) {} in list_node() function in test::test_detail::list_node
216 struct list_head *list_node = lru_file_list; in choose_lru_file_matching() local
188 struct list_node { struct190 struct list_node *next; argument