• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:nodes

2187     int legacy; /* whether to allow deprecated elements (YES is faster here for Element nodes) */
5346 xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all document nodes should be included */
5365 nodes = gen_xmlNodeSetPtr(n_nodes, 1);
5371 ret_val = xmlC14NDocDumpMemory(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5375 des_xmlNodeSetPtr(n_nodes, nodes, 1);
5415 xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all document nodes should be included */
5437 nodes = gen_xmlNodeSetPtr(n_nodes, 1);
5444 ret_val = xmlC14NDocSave(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, filename, compression);
5448 des_xmlNodeSetPtr(n_nodes, nodes, 1);
5491 xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all document nodes should be included */
5510 nodes = gen_xmlNodeSetPtr(n_nodes, 1);
5516 ret_val = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, buf);
5520 des_xmlNodeSetPtr(n_nodes, nodes, 1);
13543 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
13619 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
13621 int recover; /* return nodes even if the data is broken (use 0) */
13752 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
13994 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
14102 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
46915 xmlNodeSetPtr nodes; /* a node-set */
46920 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
46922 ret_val = xmlXPathDistinct(nodes);
46925 des_xmlNodeSetPtr(n_nodes, nodes, 0);
46949 xmlNodeSetPtr nodes; /* a node-set, sorted by document order */
46954 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
46956 ret_val = xmlXPathDistinctSorted(nodes);
46959 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48463 xmlNodeSetPtr nodes; /* a node-set */
48471 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48474 ret_val = xmlXPathNodeLeading(nodes, node);
48477 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48504 xmlNodeSetPtr nodes; /* a node-set, sorted by document order */
48512 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48515 ret_val = xmlXPathNodeLeadingSorted(nodes, node);
48518 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48861 xmlNodeSetPtr nodes; /* a node-set */
48869 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48872 ret_val = xmlXPathNodeTrailing(nodes, node);
48875 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48902 xmlNodeSetPtr nodes; /* a node-set, sorted by document order */
48910 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48913 ret_val = xmlXPathNodeTrailingSorted(nodes, node);
48916 des_xmlNodeSetPtr(n_nodes, nodes, 0);