Lines Matching refs:next
57 XdgGlobHashNode *next;
65 XdgGlobList *next;
92 XdgGlobList *ptr, *next;
98 next = ptr->next;
106 ptr = next;
127 while (tmp_element->next != NULL)
128 tmp_element = tmp_element->next;
130 tmp_element->next = new_element;
163 if (glob_hash_node->next)
164 _xdg_glob_hash_node_dump (glob_hash_node->next, depth);
183 node->next = glob_hash_node;
198 node = prev_node->next;
206 node->next = prev_node->next;
207 prev_node->next = node;
218 node = node->next;
225 node->next = prev_node->next;
226 prev_node->next = node;
248 child = child->next;
258 child->next = node->child;
318 for (node = glob_hash_node; node && character >= node->character; node = node->next)
350 node = node->next;
387 for (list = glob_hash->literal_list; list; list = list->next)
405 for (list = glob_hash->full_list; list && n < n_mime_types; list = list->next)
450 if (node->next)
451 _xdg_glob_hash_free_nodes (node->next);
531 for (list = glob_hash->literal_list; list; list = list->next)
551 for (list = glob_hash->full_list; list; list = list->next)