Lines Matching refs:links
99 STAILQ_INSERT_TAIL(&mtinfo->entries, entry, links); in mt_start_element()
103 entry, links); in mt_start_element()
145 STAILQ_INSERT_TAIL(&entry->nv_list, nv, links); in mt_start_element()
239 STAILQ_FOREACH(nv, &entry->nv_list, links) { in mt_status_tree_sbuf()
245 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_sbuf()
258 STAILQ_FOREACH(entry2, &entry->child_entries, links) in mt_status_tree_print()
321 STAILQ_FOREACH(entry2, &entry->child_entries, links) { in mt_entry_find()
342 STAILQ_FOREACH(entry, &status_data->entries, links) { in mt_status_entry_find()
357 STAILQ_FOREACH_SAFE(entry2, &entry->child_entries, links, entry3) { in mt_status_entry_free()
359 links); in mt_status_entry_free()
368 STAILQ_FOREACH_SAFE(nv, &entry->nv_list, links, nv2) { in mt_status_entry_free()
369 STAILQ_REMOVE(&entry->nv_list, nv, mt_status_nv, links); in mt_status_entry_free()
382 STAILQ_FOREACH_SAFE(entry, &status_data->entries, links, entry2) { in mt_status_free()
384 links); in mt_status_free()
542 STAILQ_FOREACH(entry, &status_data->entries, links) in mt_param_list()