Searched refs:root_node (Results 1 - 9 of 9) sorted by relevance

/macosx-10.10.1/libxml2-26/libxml2/doc/examples/
H A Dtree2.c29 xmlNodePtr root_node = NULL, node = NULL, node1 = NULL;/* node pointers */ local
40 root_node = xmlNewNode(NULL, BAD_CAST "root");
41 xmlDocSetRootElement(doc, root_node);
50 * of root_node node.
52 xmlNewChild(root_node, NULL, BAD_CAST "node1",
57 xmlNewChild(root_node, NULL, BAD_CAST "node2", NULL);
64 xmlNewChild(root_node, NULL, BAD_CAST "node3",
78 xmlAddChild(root_node, node);
85 node = xmlNewChild(root_node, NULL, BAD_CAST buff, NULL);
/macosx-10.10.1/apache-793/httpd/include/
H A Dap_expr.h43 ap_expr_t *root_node; member in struct:__anon5788
310 * info->root_node.
/macosx-10.10.1/webdavfs-367/mount.tproj/
H A Dwebdav_cache.h165 struct node_entry **root_node); /* the root node */
H A Dwebdav_agent.c677 struct node_entry *root_node; local
970 error = nodecache_init(strlen(uri), uri, &root_node);
1075 args.pa_root_id = root_node->nodeid;
1093 request_statfs.root_obj_id = root_node->nodeid;
H A Dwebdav_cache.c587 struct node_entry **root_node) /* the root node */
599 *root_node = g_root_node;
584 nodecache_init( size_t name_length, char *name, struct node_entry **root_node) argument
/macosx-10.10.1/ruby-106/ruby/test/rexml/
H A Dtest_xpath.rb100 assert_equal doc, doc.root_node
875 root_node = XPath.first(doc, "rss")
876 assert_not_nil root_node
877 channel_node = XPath.first(root_node, "channel")
/macosx-10.10.1/apache-793/httpd/server/
H A Dutil_expr_eval.c395 info->root_node = ctx.expr;
812 *ctx->result_string = ap_expr_eval_word(ctx, ctx->info->root_node);
827 rc = ap_expr_eval(ctx, ctx->info->root_node);
894 if (info->root_node->node_op == op_String) {
897 return (const char *)info->root_node->node_arg1;
/macosx-10.10.1/ruby-106/ruby/lib/rexml/
H A Delement.rb116 # d.root_node == d # TRUE
117 # a.root_node # namely, d
118 # c.root_node # again, d
119 def root_node method in class:REXML.Element
120 parent.nil? ? self : parent.root_node
/macosx-10.10.1/gnutar-453/gnutar/lib/
H A Dregcomp.c1445 Idx root_node, unsigned int init_constraint)
1486 if (org_node == root_node && clone_node != org_node)
1488 /* ...but if the node is root_node itself, it means the
1490 destination of the root_node. */
1524 root_node, constraint);
1437 duplicate_node_closure(re_dfa_t *dfa, Idx top_org_node, Idx top_clone_node, Idx root_node, unsigned int init_constraint) argument

Completed in 324 milliseconds