Lines Matching defs:nodes
2167 int legacy; /* whether to allow deprecated elements (YES is faster here for Element nodes) */
5326 xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all document nodes should be included */
5345 nodes = gen_xmlNodeSetPtr(n_nodes, 1);
5351 ret_val = xmlC14NDocDumpMemory(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5355 des_xmlNodeSetPtr(n_nodes, nodes, 1);
5395 xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all document nodes should be included */
5417 nodes = gen_xmlNodeSetPtr(n_nodes, 1);
5424 ret_val = xmlC14NDocSave(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, filename, compression);
5428 des_xmlNodeSetPtr(n_nodes, nodes, 1);
5471 xmlNodeSetPtr nodes; /* the nodes set to be included in the canonized image or NULL if all document nodes should be included */
5490 nodes = gen_xmlNodeSetPtr(n_nodes, 1);
5496 ret_val = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, buf);
5500 des_xmlNodeSetPtr(n_nodes, nodes, 1);
13476 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
13552 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
13554 int recover; /* return nodes even if the data is broken (use 0) */
13685 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
13927 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
14035 xmlNodePtr * lst; /* the return value for the set of parsed nodes */
46819 xmlNodeSetPtr nodes; /* a node-set */
46824 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
46826 ret_val = xmlXPathDistinct(nodes);
46829 des_xmlNodeSetPtr(n_nodes, nodes, 0);
46853 xmlNodeSetPtr nodes; /* a node-set, sorted by document order */
46858 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
46860 ret_val = xmlXPathDistinctSorted(nodes);
46863 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48367 xmlNodeSetPtr nodes; /* a node-set */
48375 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48378 ret_val = xmlXPathNodeLeading(nodes, node);
48381 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48408 xmlNodeSetPtr nodes; /* a node-set, sorted by document order */
48416 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48419 ret_val = xmlXPathNodeLeadingSorted(nodes, node);
48422 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48765 xmlNodeSetPtr nodes; /* a node-set */
48773 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48776 ret_val = xmlXPathNodeTrailing(nodes, node);
48779 des_xmlNodeSetPtr(n_nodes, nodes, 0);
48806 xmlNodeSetPtr nodes; /* a node-set, sorted by document order */
48814 nodes = gen_xmlNodeSetPtr(n_nodes, 0);
48817 ret_val = xmlXPathNodeTrailingSorted(nodes, node);
48820 des_xmlNodeSetPtr(n_nodes, nodes, 0);