Home
last modified time | relevance | path

Searched refs:node_next (Results 1 – 25 of 134) sorted by relevance

123456

/dports/net/ntp/ntp-4.2.8p15/ntpd/
H A Dntp_prio_q.c61 my_queue->front = my_queue->front->node_next; in destroy_queue()
91 new_node->node_next = NULL; in debug_get_node()
117 if (pn->node_next == NULL) in next_node()
120 return pn->node_next + 1; in next_node()
161 j = j->node_next; in enqueue()
165 new_node->node_next = my_queue->front; in enqueue()
168 new_node->node_next = i->node_next; in enqueue()
169 i->node_next = new_node; in enqueue()
187 my_queue->front = my_node->node_next; in dequeue()
/dports/graphics/blender/blender-2.91.0/extern/rangetree/intern/
H A Drange_tree.c156 if (node_next == NULL) { in list_push_before()
169 node_new->next = node_next; in list_push_before()
171 node_next->prev = node_new; in list_push_before()
648 if (node_next != NULL) { in rt_find_node_pair_around_value()
652 *r_node_next = node_next; in rt_find_node_pair_around_value()
658 Node *node_next; in rt_find_node_pair_around_value()
665 node_prev = node_next; in rt_find_node_pair_around_value()
716 for (Node *node = rt->list.first, *node_next; node; node = node_next) { in range_tree_uint_free() local
717 node_next = node->next; in range_tree_uint_free()
838 touch_next = (node_next != NULL && node_next->min - 1 == value); in range_tree_uint_release()
[all …]
/dports/games/nazghul/nazghul-0.7.1/src/
H A Dnode.c64 i = node_next(head); in node_foldr()
68 i = node_next(i); in node_foldr()
76 struct node *node = node_next(head); in node_list_len()
79 node = node_next(node); in node_list_len()
87 struct node *node = node_next(head); in node_list_unlink_and_unref()
89 struct node *tmp = node_next(node); in node_list_unlink_and_unref()
H A Dnode.h40 #define node_next(n) ((struct node *)((n)->olist.list.next)) macro
48 for ((ptr) = node_next(head); (ptr) != (head); (ptr) = node_next(ptr))
/dports/irc/ircd-hybrid/ircd-hybrid-8.2.39/src/
H A Dconf_gecos.c49 dlink_node *node, *node_next; in gecos_clear() local
51 DLINK_FOREACH_SAFE(node, node_next, gecos_list.head) in gecos_clear()
85 dlink_node *node, *node_next; in gecos_find() local
87 DLINK_FOREACH_SAFE(node, node_next, gecos_list.head) in gecos_find()
104 dlink_node *node, *node_next; in gecos_expire() local
106 DLINK_FOREACH_SAFE(node, node_next, gecos_list.head) in gecos_expire()
H A Dconf_resv.c143 dlink_node *node, *node_next; in resv_find() local
151 DLINK_FOREACH_SAFE(node, node_next, list->head) in resv_find()
204 dlink_node *node, *node_next; in resv_clear() local
206 DLINK_FOREACH_SAFE(node, node_next, (*list)->head) in resv_clear()
223 dlink_node *node, *node_next; in resv_expire() local
225 DLINK_FOREACH_SAFE(node, node_next, (*list)->head) in resv_expire()
H A Dclient.c210 dlink_node *node, *node_next; in check_pings_list() local
212 DLINK_FOREACH_SAFE(node, node_next, list->head) in check_pings_list()
272 dlink_node *node, *node_next; in check_unknowns_list() local
274 DLINK_FOREACH_SAFE(node, node_next, unknown_list.head) in check_unknowns_list()
349 dlink_node *node, *node_next; in check_conf_klines() local
352 DLINK_FOREACH_SAFE(node, node_next, local_client_list.head) in check_conf_klines()
384 DLINK_FOREACH_SAFE(node, node_next, unknown_list.head) in check_conf_klines()
557 dlink_node *node, *node_next; in free_exited_clients() local
559 DLINK_FOREACH_SAFE(node, node_next, dead_list.head) in free_exited_clients()
647 dlink_node *node, *node_next; in exit_one_client() local
[all …]
H A Dclient_svstag.c46 dlink_node *node, *node_next; in svstag_detach() local
48 DLINK_FOREACH_SAFE(node, node_next, list->head) in svstag_detach()
/dports/net/ryu/ryu-4.26/ryu/services/protocols/bgp/utils/
H A Dcirclist.py128 node = self.list_type.node_next(self.head)
144 node = self.list_type.node_next(self.head)
145 next = self.list_type.node_next(node)
150 next = self.list_type.node_next(node)
188 def node_next(self, node): member in CircularListType
222 next = self.node_next(node)
235 next = self.node_next(node)
263 next = self.node_next(node)
/dports/textproc/aiksaurus/aiksaurus-1.2.1/gtk/src/
H A DAiksaurusGTK_strlist.cpp114 GList* node_next = node->next; in remove_node() local
120 node_next->prev = node_prev; in remove_node()
121 node_prev->next = node_next; in remove_node()
129 d_front_ptr = node_next; in remove_node()
131 if (node_next) in remove_node()
132 node_next->prev = static_cast<GList*>(NULL); in remove_node()
/dports/editors/abiword/abiword-3.0.5/plugins/aiksaurus/aiksaurusgtk3/
H A DAiksaurusGTK_strlist.cpp114 GList* node_next = node->next; in remove_node() local
120 node_next->prev = node_prev; in remove_node()
121 node_prev->next = node_next; in remove_node()
129 d_front_ptr = node_next; in remove_node()
131 if (node_next) in remove_node()
132 node_next->prev = static_cast<GList*>(NULL); in remove_node()
/dports/net/google-cloud-sdk/google-cloud-sdk/lib/third_party/dulwich/
H A Dlru_cache.py93 node_next = cache[next_key]
94 node_next.prev = node_prev
119 node_next = None
121 node_next = self._cache[node.next_key]
122 if node_next.prev is not node:
135 node = node_next
222 node_next = self._cache[node.next_key]
223 node_next.prev = node.prev
242 node_next = self._cache[node.next_key]
243 node_next.prev = node.prev
/dports/devel/dulwich/dulwich-0.19.16/dulwich/
H A Dlru_cache.py93 node_next = cache[next_key]
94 node_next.prev = node_prev
119 node_next = None
121 node_next = self._cache[node.next_key]
122 if node_next.prev is not node:
135 node = node_next
223 node_next = self._cache[node.next_key]
224 node_next.prev = node.prev
243 node_next = self._cache[node.next_key]
244 node_next.prev = node.prev
/dports/multimedia/v4l_compat/linux-5.13-rc2/lib/
H A Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
89 node_next = &iter->node_list; in plist_add()
101 list_add_tail(&node->node_list, node_next); in plist_add()
148 struct list_head *node_next = &head->node_list; in plist_requeue() local
166 node_next = &iter->node_list; in plist_requeue()
170 list_add_tail(&node->node_list, node_next); in plist_requeue()
/dports/multimedia/libv4l/linux-5.13-rc2/lib/
H A Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
89 node_next = &iter->node_list; in plist_add()
101 list_add_tail(&node->node_list, node_next); in plist_add()
148 struct list_head *node_next = &head->node_list; in plist_requeue() local
166 node_next = &iter->node_list; in plist_requeue()
170 list_add_tail(&node->node_list, node_next); in plist_requeue()
/dports/multimedia/v4l-utils/linux-5.13-rc2/lib/
H A Dplist.c76 struct list_head *node_next = &head->node_list; in plist_add() local
89 node_next = &iter->node_list; in plist_add()
101 list_add_tail(&node->node_list, node_next); in plist_add()
148 struct list_head *node_next = &head->node_list; in plist_requeue() local
166 node_next = &iter->node_list; in plist_requeue()
170 list_add_tail(&node->node_list, node_next); in plist_requeue()
/dports/devel/brz/breezy-3.2.0/breezy/
H A Dlru_cache.py82 node_next = cache[next_key]
83 node_next.prev = node_prev
167 node_next = self._cache[node.next_key]
168 node_next.prev = node.prev
185 node_next = self._cache[node.next_key]
186 node_next.prev = node.prev
/dports/multimedia/camserv/camserv-0.5.1/common/
H A Dmanager.c98 lnode_t *binlist_node, *node_next; in manager_new_picture() local
130 binlist_node = node_next ) in manager_new_picture()
135 node_next = list_next( Manager_BinList, binlist_node ); in manager_new_picture()
/dports/net/corosync2/corosync-2.4.5/qdevices/
H A Dnode-list.c111 struct node_list_entry *node_next; in node_list_free() local
116 node_next = TAILQ_NEXT(node, entries); in node_list_free()
120 node = node_next; in node_list_free()
/dports/x11-toolkits/wxgtk28-contrib-common/wxGTK-2.8.12/samples/widgets/
H A Dwidgets.cpp884 WidgetsPageInfo *node_next; in WidgetsPageInfo() local
887 node_next = node_prev->GetNext(); in WidgetsPageInfo()
888 if ( node_next ) in WidgetsPageInfo()
891 if ( wxStrcmp(label, node_next->GetLabel().c_str()) < 0 ) in WidgetsPageInfo()
894 m_next = node_next; in WidgetsPageInfo()
896 node_next = NULL; in WidgetsPageInfo()
903 m_next = node_next; in WidgetsPageInfo()
905 node_prev = node_next; in WidgetsPageInfo()
907 while ( node_next ); in WidgetsPageInfo()
/dports/x11-toolkits/wxgtk28/wxGTK-2.8.12/samples/widgets/
H A Dwidgets.cpp884 WidgetsPageInfo *node_next; in WidgetsPageInfo() local
887 node_next = node_prev->GetNext(); in WidgetsPageInfo()
888 if ( node_next ) in WidgetsPageInfo()
891 if ( wxStrcmp(label, node_next->GetLabel().c_str()) < 0 ) in WidgetsPageInfo()
894 m_next = node_next; in WidgetsPageInfo()
896 node_next = NULL; in WidgetsPageInfo()
903 m_next = node_next; in WidgetsPageInfo()
905 node_prev = node_next; in WidgetsPageInfo()
907 while ( node_next ); in WidgetsPageInfo()
/dports/x11-toolkits/wxgtk28-common/wxGTK-2.8.12/samples/widgets/
H A Dwidgets.cpp884 WidgetsPageInfo *node_next; in WidgetsPageInfo() local
887 node_next = node_prev->GetNext(); in WidgetsPageInfo()
888 if ( node_next ) in WidgetsPageInfo()
891 if ( wxStrcmp(label, node_next->GetLabel().c_str()) < 0 ) in WidgetsPageInfo()
894 m_next = node_next; in WidgetsPageInfo()
896 node_next = NULL; in WidgetsPageInfo()
903 m_next = node_next; in WidgetsPageInfo()
905 node_prev = node_next; in WidgetsPageInfo()
907 while ( node_next ); in WidgetsPageInfo()
/dports/x11-toolkits/wxgtk28-contrib/wxGTK-2.8.12/samples/widgets/
H A Dwidgets.cpp884 WidgetsPageInfo *node_next; in WidgetsPageInfo() local
887 node_next = node_prev->GetNext(); in WidgetsPageInfo()
888 if ( node_next ) in WidgetsPageInfo()
891 if ( wxStrcmp(label, node_next->GetLabel().c_str()) < 0 ) in WidgetsPageInfo()
894 m_next = node_next; in WidgetsPageInfo()
896 node_next = NULL; in WidgetsPageInfo()
903 m_next = node_next; in WidgetsPageInfo()
905 node_prev = node_next; in WidgetsPageInfo()
907 while ( node_next ); in WidgetsPageInfo()
/dports/devel/libspice-server/spice-0.15.0/server/
H A Dstat-file.c198 const StatNodeRef node_next = node->next_sibling_index; in stat_file_remove() local
208 stat_file->stat->root_index = node_next; in stat_file_remove()
218 node->first_child_index = node_next; in stat_file_remove()
222 node->next_sibling_index = node_next; in stat_file_remove()
/dports/graphics/blender/blender-2.91.0/source/blender/blenlib/intern/
H A DBLI_linklist_lockfree.c43 LockfreeLinkNode *node_next = node->next; in BLI_linklist_lockfree_free() local
45 node = node_next; in BLI_linklist_lockfree_free()

123456