Home
last modified time | relevance | path

Searched refs:node_head (Results 1 – 20 of 20) sorted by relevance

/dports/games/tads/tads-3.0.8/tads3/
H A Dtest_prs.cpp153 node_entry *node_head = 0; in main() local
330 node_head = cur; in main()
350 while (node_head != 0) in main()
355 nxt = node_head->nxt; in main()
361 G_tok->set_line_info(node_head->desc, node_head->linenum); in main()
364 node_head->node = in main()
365 node_head->node in main()
369 show_const(0, node_head->node); in main()
375 node_head->node->gen_code(FALSE, FALSE); in main()
382 delete node_head; in main()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/src/pjlib-util/
H A Dxml.c43 pj_list_init( &node->node_head ); in alloc_node()
137 pj_list_push_back( &node->node_head, sub_node ); in xml_parse_node()
249 node->node_head.next==(pj_xml_node*)&node->node_head) in xml_print_node()
263 sub_node = node->node_head.next; in xml_print_node()
288 if (node->node_head.next != (pj_xml_node*)&node->node_head) { in xml_print_node()
352 pj_list_push_back(&parent->node_head, node); in pj_xml_add_node()
367 while (node != (void*)&parent->node_head) { in pj_xml_find_node()
382 while (node != (void*)&parent->node_head) { in pj_xml_find_node_rec()
401 while (node != (void*)&parent->node_head) { in pj_xml_find_next_node()
526 child = rhs->node_head.next; in pj_xml_clone()
[all …]
H A Dcli.c554 choice_node = sub_node->node_head.next; in add_choice_node()
555 while (choice_node != (pj_xml_node*)&sub_node->node_head) { in add_choice_node()
738 sub_node = root->node_head.next; in add_cmd_node()
739 while (sub_node != (pj_xml_node*)&root->node_head) { in add_cmd_node()
/dports/net/pjsip/pjproject-2.11.1/pjsip/src/pjsip-simple/
H A Drpid.c89 const pj_xml_node *node = parent->node_head.next, in find_node()
90 *head = (pj_xml_node*) &parent->node_head; in find_node()
250 nd_activity = nd_activities->node_head.next; in pjrpid_get_element()
254 if (nd_activity != (pj_xml_node*) &nd_activities->node_head) { in pjrpid_get_element()
H A Dxpidf.c46 pj_list_init(&node->node_head); in xml_create_node()
H A Dpidf.c83 pj_list_init(&node->node_head); in xml_init_node()
/dports/devel/libisofs/libisofs-1.5.4/libisofs/
H A Dhfsplus.c678 struct hfsplus_btnode *node_head; in hfsplus_writer_write_data() local
703 node_head = (struct hfsplus_btnode *) buffer; in hfsplus_writer_write_data()
704 node_head->type = 1; in hfsplus_writer_write_data()
751 node_head->type = 0; in hfsplus_writer_write_data()
752 node_head->height = level + 1; in hfsplus_writer_write_data()
792 node_head = (struct hfsplus_btnode *) buffer; in hfsplus_writer_write_data()
797 node_head->type = -1; in hfsplus_writer_write_data()
798 node_head->height = level + 1; in hfsplus_writer_write_data()
991 node_head = (struct hfsplus_btnode *) buffer; in hfsplus_writer_write_data()
992 node_head->type = 1; in hfsplus_writer_write_data()
[all …]
/dports/net/pjsip/pjproject-2.11.1/pjlib-util/include/pjlib-util/
H A Dxml.h66 pj_xml_node_head node_head; /**< Node list. */ member
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/
H A Dutils.h115 myhtml_tree_node_t *node_head; member
H A Dutils.c421 else if (node == node->tree->node_head) in html5_dom_recursive_clone_node()
422 parts->node_head = new_node; in html5_dom_recursive_clone_node()
H A DDOM.xs1585 self->tree->node_head = parts.node_head;
1589 self->tree->node_head = parts.node_head;
1697 self->tree->node_head = NULL;
1701 self->tree->node_head = NULL;
2211 } else if (self == self->tree->node_head) {
2212 self->tree->node_head = NULL;
/dports/devel/p5-Regexp-Assemble/Regexp-Assemble-0.38/lib/Regexp/
H A DAssemble.pm1200 my ($node_head, $node_tail) = _reduce_node($p, _descend($ctx) );
1201 … $debug and print "#$indent| head=", _dump($node_head), " tail=", _dump($node_tail), "\n";
1202 push @$head, @$node_head if scalar @$node_head;
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/source/myhtml/
H A Drules.c225 … tree->node_head = myhtml_tree_node_insert(tree, MyHTML_TAG_HEAD, MyHTML_NAMESPACE_HTML); in myhtml_insertion_mode_before_head()
252 … tree->node_head = myhtml_tree_node_insert(tree, MyHTML_TAG_HEAD, MyHTML_NAMESPACE_HTML); in myhtml_insertion_mode_before_head()
275 tree->node_head = myhtml_tree_node_insert_html_element(tree, token); in myhtml_insertion_mode_before_head()
282 … tree->node_head = myhtml_tree_node_insert(tree, MyHTML_TAG_HEAD, MyHTML_NAMESPACE_HTML); in myhtml_insertion_mode_before_head()
674 myhtml_tree_open_elements_append(tree, tree->node_head); in myhtml_insertion_mode_after_head()
676 myhtml_tree_open_elements_remove(tree, tree->node_head); in myhtml_insertion_mode_after_head()
H A Dtree.c189 tree->node_head = 0; in myhtml_tree_clean()
244 tree->node_head = 0; in myhtml_tree_clean_all()
363 return tree->node_head; in myhtml_tree_get_node_head()
1301 if(tree->node_head) { in myhtml_tree_reset_insertion_mode_appropriately()
H A Dtree.h207 myhtml_tree_node_t* node_head; member
/dports/net/freeswitch/freeswitch-1.10.3.-release/src/
H A Dswitch_utils.c68 struct switch_network_node *node_head; member
494 for (node = list->node_head; node; node = node->next) { in switch_network_list_validate_ip6_port_token()
543 for (node = list->node_head; node; node = node->next) { in switch_network_list_validate_ip_port_token()
655 node->next = list->node_head; in switch_network_list_perform_add_cidr_token()
656 list->node_head = node; in switch_network_list_perform_add_cidr_token()
722 node->next = list->node_head; in switch_network_list_add_host_port_mask()
723 list->node_head = node; in switch_network_list_add_host_port_mask()
/dports/www/p5-HTML5-DOM/HTML5-DOM-1.25/third_party/modest/include/myhtml/
H A Dtree.h207 myhtml_tree_node_t* node_head; member
/dports/lang/micropython/micropython-1.17/py/
H A Dcompile.c456 STATIC void c_assign_tuple(compiler_t *comp, mp_parse_node_t node_head, uint num_tail, mp_parse_nod… in c_assign_tuple() argument
457 uint num_head = (node_head == MP_PARSE_NODE_NULL) ? 0 : 1; in c_assign_tuple()
461 if (num_head != 0 && MP_PARSE_NODE_IS_STRUCT_KIND(node_head, PN_star_expr)) { in c_assign_tuple()
481 c_assign(comp, ((mp_parse_node_struct_t *)node_head)->nodes[0], ASSIGN_STORE); in c_assign_tuple()
483 c_assign(comp, node_head, ASSIGN_STORE); in c_assign_tuple()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/yasm/source/patched-yasm/libyasm/
H A Dinttree.c494 SLIST_HEAD(node_head, nodeent) in IT_destroy()
/dports/devel/yasm/yasm-1.3.0/libyasm/
H A Dinttree.c494 SLIST_HEAD(node_head, nodeent) in IT_destroy()