• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /netgear-WNDR4500v2-V1.0.0.60_1.0.38/ap/gpl/timemachine/libxml2-2.7.2/

Lines Matching defs:doc

449     if (no == 1) return(xmlCreateMemoryParserCtxt("<doc/>", 6));
505 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
919 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
923 if ((val != NULL) && (val != api_doc) && (val->doc != api_doc))
1422 htmlDocPtr doc; /* the HTML document */
1433 doc = gen_htmlDocPtr(n_doc, 0);
1437 ret_val = htmlAutoCloseTag(doc, (const xmlChar *)name, elem);
1440 des_htmlDocPtr(n_doc, doc, 0);
2083 htmlDocPtr doc; /* the HTML document */
2091 doc = gen_htmlDocPtr(n_doc, 0);
2094 ret_val = htmlIsAutoClosed(doc, elem);
2097 des_htmlDocPtr(n_doc, doc, 0);
3070 htmlDocPtr doc; /* the document */
3075 doc = gen_htmlDocPtr(n_doc, 0);
3077 ret_val = htmlGetMetaEncoding(doc);
3080 des_htmlDocPtr(n_doc, doc, 0);
3222 xmlDocPtr doc; /* the document */
3232 doc = gen_xmlDocPtr(n_doc, 1);
3235 ret_val = htmlNodeDump(buf, doc, cur);
3239 des_xmlDocPtr(n_doc, doc, 1);
3269 xmlDocPtr doc; /* the document */
3279 doc = gen_xmlDocPtr(n_doc, 1);
3282 htmlNodeDumpFile(out, doc, cur);
3285 des_xmlDocPtr(n_doc, doc, 1);
3316 xmlDocPtr doc; /* the document */
3332 doc = gen_xmlDocPtr(n_doc, 1);
3337 ret_val = htmlNodeDumpFileFormat(out, doc, cur, (const char *)encoding, format);
3341 des_xmlDocPtr(n_doc, doc, 1);
3377 xmlDocPtr doc; /* the document */
3393 doc = gen_xmlDocPtr(n_doc, 1);
3398 htmlNodeDumpFormatOutput(buf, doc, cur, (const char *)encoding, format);
3401 des_xmlDocPtr(n_doc, doc, 1);
3437 xmlDocPtr doc; /* the document */
3450 doc = gen_xmlDocPtr(n_doc, 1);
3454 htmlNodeDumpOutput(buf, doc, cur, (const char *)encoding);
3457 des_xmlDocPtr(n_doc, doc, 1);
3633 htmlDocPtr doc; /* the document */
3641 doc = gen_htmlDocPtr(n_doc, 0);
3644 ret_val = htmlSetMetaEncoding(doc, (const xmlChar *)encoding);
3647 des_htmlDocPtr(n_doc, doc, 0);
5344 xmlDocPtr doc; /* the XML document for canonization */
5364 doc = gen_xmlDocPtr(n_doc, 0);
5371 ret_val = xmlC14NDocDumpMemory(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, doc_txt_ptr);
5374 des_xmlDocPtr(n_doc, doc, 0);
5413 xmlDocPtr doc; /* the XML document for canonization */
5436 doc = gen_xmlDocPtr(n_doc, 0);
5444 ret_val = xmlC14NDocSave(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, filename, compression);
5447 des_xmlDocPtr(n_doc, doc, 0);
5489 xmlDocPtr doc; /* the XML document for canonization */
5509 doc = gen_xmlDocPtr(n_doc, 0);
5516 ret_val = xmlC14NDocSaveTo(doc, nodes, exclusive, inclusive_ns_prefixes, with_comments, buf);
5519 des_xmlDocPtr(n_doc, doc, 0);
6956 xmlDocPtr doc; /* the document */
6963 doc = gen_xmlDocPtr(n_doc, 1);
6965 ret_val = xmlDebugCheckDocument(output, doc);
6969 des_xmlDocPtr(n_doc, doc, 1);
7127 xmlDocPtr doc; /* the document */
7134 doc = gen_xmlDocPtr(n_doc, 1);
7136 xmlDebugDumpDocument(output, doc);
7139 des_xmlDocPtr(n_doc, doc, 1);
7166 xmlDocPtr doc; /* the document */
7173 doc = gen_xmlDocPtr(n_doc, 1);
7175 xmlDebugDumpDocumentHead(output, doc);
7178 des_xmlDocPtr(n_doc, doc, 1);
7205 xmlDocPtr doc; /* the document */
7212 doc = gen_xmlDocPtr(n_doc, 1);
7214 xmlDebugDumpEntities(output, doc);
7217 des_xmlDocPtr(n_doc, doc, 1);
9100 xmlDocPtr doc; /* the document */
9120 doc = gen_xmlDocPtr(n_doc, 0);
9127 ret_val = xmlAddDocEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9130 des_xmlDocPtr(n_doc, doc, 0);
9167 xmlDocPtr doc; /* the document */
9187 doc = gen_xmlDocPtr(n_doc, 0);
9194 ret_val = xmlAddDtdEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9197 des_xmlDocPtr(n_doc, doc, 0);
9373 xmlDocPtr doc; /* the document containing the string */
9381 doc = gen_xmlDocPtr(n_doc, 0);
9384 ret_val = xmlEncodeEntitiesReentrant(doc, (const xmlChar *)input);
9387 des_xmlDocPtr(n_doc, doc, 0);
9412 xmlDocPtr doc; /* the document containing the string */
9420 doc = gen_xmlDocPtr(n_doc, 0);
9423 ret_val = xmlEncodeSpecialChars(doc, (const xmlChar *)input);
9426 des_xmlDocPtr(n_doc, doc, 0);
9451 xmlDocPtr doc; /* the document referencing the entity */
9459 doc = gen_xmlDocPtr(n_doc, 0);
9462 ret_val = xmlGetDocEntity(doc, (const xmlChar *)name);
9465 des_xmlDocPtr(n_doc, doc, 0);
9490 xmlDocPtr doc; /* the document referencing the entity */
9498 doc = gen_xmlDocPtr(n_doc, 0);
9501 ret_val = xmlGetDtdEntity(doc, (const xmlChar *)name);
9504 des_xmlDocPtr(n_doc, doc, 0);
9529 xmlDocPtr doc; /* the document referencing the entity */
9537 doc = gen_xmlDocPtr(n_doc, 0);
9540 ret_val = xmlGetParameterEntity(doc, (const xmlChar *)name);
9543 des_xmlDocPtr(n_doc, doc, 0);
9627 xmlDocPtr doc; /* the document */
9647 doc = gen_xmlDocPtr(n_doc, 0);
9654 ret_val = xmlNewEntity(doc, (const xmlChar *)name, type, (const xmlChar *)ExternalID, (const xmlChar *)SystemID, (const xmlChar *)content);
9657 des_xmlDocPtr(n_doc, doc, 0);
13533 xmlDocPtr doc; /* the document the chunk pertains to */
13553 doc = gen_xmlDocPtr(n_doc, 0);
13565 ret_val = xmlParseBalancedChunkMemory(doc, sax, user_data, depth, (const xmlChar *)string, lst);
13568 des_xmlDocPtr(n_doc, doc, 0);
13609 xmlDocPtr doc; /* the document the chunk pertains to */
13632 doc = gen_xmlDocPtr(n_doc, 0);
13645 ret_val = xmlParseBalancedChunkMemoryRecover(doc, sax, user_data, depth, (const xmlChar *)string, lst, recover);
13648 des_xmlDocPtr(n_doc, doc, 0);
13982 xmlDocPtr doc; /* the document the chunk pertains to */
14005 doc = gen_xmlDocPtr(n_doc, 0);
14013 ret_val = xmlParseExternalEntity(doc, sax, user_data, depth, (const xmlChar *)URL, (const xmlChar *)ID, lst);
14016 des_xmlDocPtr(n_doc, doc, 0);
17539 xmlDocPtr doc; /* a preparsed document tree */
17544 doc = gen_xmlDocPtr(n_doc, 0);
17546 ret_val = xmlRelaxNGNewDocParserCtxt(doc);
17549 des_xmlDocPtr(n_doc, doc, 0);
17710 xmlDocPtr doc; /* a parsed document tree */
17717 doc = gen_xmlDocPtr(n_doc, 1);
17719 ret_val = xmlRelaxNGValidateDoc(ctxt, doc);
17723 des_xmlDocPtr(n_doc, doc, 1);
17751 xmlDocPtr doc; /* a document instance */
17761 doc = gen_xmlDocPtr(n_doc, 1);
17764 ret_val = xmlRelaxNGValidateFullElement(ctxt, doc, elem);
17768 des_xmlDocPtr(n_doc, doc, 1);
17799 xmlDocPtr doc; /* a document instance */
17809 doc = gen_xmlDocPtr(n_doc, 1);
17812 ret_val = xmlRelaxNGValidatePopElement(ctxt, doc, elem);
17816 des_xmlDocPtr(n_doc, doc, 1);
17895 xmlDocPtr doc; /* a document instance */
17905 doc = gen_xmlDocPtr(n_doc, 1);
17908 ret_val = xmlRelaxNGValidatePushElement(ctxt, doc, elem);
17912 des_xmlDocPtr(n_doc, doc, 1);
18374 xmlDocPtr doc; /* the document */
18387 doc = gen_xmlDocPtr(n_doc, 1);
18391 xmlAttrSerializeTxtContent(buf, doc, attr, (const xmlChar *)string);
18394 des_xmlDocPtr(n_doc, doc, 1);
19066 xmlDocPtr doc; /* the document */
19074 doc = gen_xmlDocPtr(n_doc, 0);
19077 ret_val = xmlCopyDoc(doc, recursive);
19080 des_xmlDocPtr(n_doc, doc, 0);
19355 xmlDocPtr doc; /* the document pointer */
19369 doc = gen_xmlDocPtr(n_doc, 0);
19374 ret_val = xmlCreateIntSubset(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
19377 des_xmlDocPtr(n_doc, doc, 0);
19421 xmlDocPtr destDoc; /* the destination doc */
19491 xmlDocPtr destDoc; /* the destination doc */
19622 xmlDocPtr doc; /* the doc */
19635 doc = gen_xmlDocPtr(n_doc, 1);
19639 ret_val = xmlDOMWrapRemoveNode(ctxt, doc, node, options);
19643 des_xmlDocPtr(n_doc, doc, 1);
19675 xmlDocPtr doc; /* the document */
19685 doc = gen_xmlDocPtr(n_doc, 1);
19688 ret_val = xmlDocCopyNode((const xmlNodePtr)node, doc, extended);
19692 des_xmlDocPtr(n_doc, doc, 1);
19719 xmlDocPtr doc; /* the target document */
19727 doc = gen_xmlDocPtr(n_doc, 0);
19730 ret_val = xmlDocCopyNodeList(doc, (const xmlNodePtr)node);
19733 des_xmlDocPtr(n_doc, doc, 0);
20059 xmlDocPtr doc; /* the document */
20064 doc = gen_xmlDocPtr(n_doc, 0);
20066 ret_val = xmlDocGetRootElement(doc);
20069 des_xmlDocPtr(n_doc, doc, 0);
20092 xmlDocPtr doc; /* the document */
20100 doc = gen_xmlDocPtr(n_doc, 0);
20103 ret_val = xmlDocSetRootElement(doc, root);
20104 if (doc == NULL) { xmlFreeNode(root) ; root = NULL ; }
20107 des_xmlDocPtr(n_doc, doc, 0);
20135 xmlDocPtr doc; /* the document */
20145 doc = gen_xmlDocPtr(n_doc, 1);
20148 xmlElemDump(f, doc, cur);
20151 des_xmlDocPtr(n_doc, doc, 1);
20229 xmlDocPtr doc; /* the document */
20234 doc = gen_xmlDocPtr(n_doc, 0);
20236 ret_val = xmlGetDocCompressMode(doc);
20239 des_xmlDocPtr(n_doc, doc, 0);
20261 xmlDocPtr doc; /* the document pointer */
20266 doc = gen_xmlDocPtr(n_doc, 0);
20268 ret_val = xmlGetIntSubset(doc);
20271 des_xmlDocPtr(n_doc, doc, 0);
20681 xmlDocPtr doc; /* the document */
20692 doc = gen_xmlDocPtr(n_doc, 0);
20696 ret_val = xmlNewCDataBlock(doc, (const xmlChar *)content, len);
20699 des_xmlDocPtr(n_doc, doc, 0);
20727 xmlDocPtr doc; /* the document */
20735 doc = gen_xmlDocPtr(n_doc, 0);
20738 ret_val = xmlNewCharRef(doc, (const xmlChar *)name);
20741 des_xmlDocPtr(n_doc, doc, 0);
20887 xmlDocPtr doc; /* the document */
20895 doc = gen_xmlDocPtr(n_doc, 0);
20898 ret_val = xmlNewDocComment(doc, (const xmlChar *)content);
20901 des_xmlDocPtr(n_doc, doc, 0);
20927 xmlDocPtr doc; /* the document owning the fragment */
20932 doc = gen_xmlDocPtr(n_doc, 0);
20934 ret_val = xmlNewDocFragment(doc);
20937 des_xmlDocPtr(n_doc, doc, 0);
20960 xmlDocPtr doc; /* the document */
20974 doc = gen_xmlDocPtr(n_doc, 0);
20979 ret_val = xmlNewDocNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
20982 des_xmlDocPtr(n_doc, doc, 0);
21013 xmlDocPtr doc; /* the document */
21027 doc = gen_xmlDocPtr(n_doc, 0);
21032 ret_val = xmlNewDocNodeEatName(doc, ns, name, (const xmlChar *)content);
21035 des_xmlDocPtr(n_doc, doc, 0);
21066 xmlDocPtr doc; /* the target document */
21077 doc = gen_xmlDocPtr(n_doc, 0);
21081 ret_val = xmlNewDocPI(doc, (const xmlChar *)name, (const xmlChar *)content);
21084 des_xmlDocPtr(n_doc, doc, 0);
21112 xmlDocPtr doc; /* the document */
21123 doc = gen_xmlDocPtr(n_doc, 0);
21127 ret_val = xmlNewDocProp(doc, (const xmlChar *)name, (const xmlChar *)value);
21130 des_xmlDocPtr(n_doc, doc, 0);
21160 xmlDocPtr doc; /* the document */
21174 doc = gen_xmlDocPtr(n_doc, 0);
21179 ret_val = xmlNewDocRawNode(doc, ns, (const xmlChar *)name, (const xmlChar *)content);
21182 des_xmlDocPtr(n_doc, doc, 0);
21215 xmlDocPtr doc; /* the document */
21223 doc = gen_xmlDocPtr(n_doc, 0);
21226 ret_val = xmlNewDocText(doc, (const xmlChar *)content);
21229 des_xmlDocPtr(n_doc, doc, 0);
21254 xmlDocPtr doc; /* the document */
21265 doc = gen_xmlDocPtr(n_doc, 0);
21269 ret_val = xmlNewDocTextLen(doc, (const xmlChar *)content, len);
21272 des_xmlDocPtr(n_doc, doc, 0);
21300 xmlDocPtr doc; /* the document pointer */
21314 doc = gen_xmlDocPtr(n_doc, 0);
21319 ret_val = xmlNewDtd(doc, (const xmlChar *)name, (const xmlChar *)ExternalID, (const xmlChar *)SystemID);
21322 des_xmlDocPtr(n_doc, doc, 0);
21673 xmlDocPtr doc; /* the document */
21681 doc = gen_xmlDocPtr(n_doc, 0);
21684 ret_val = xmlNewReference(doc, (const xmlChar *)name);
21687 des_xmlDocPtr(n_doc, doc, 0);
21963 xmlDocPtr doc; /* the document */
21979 doc = gen_xmlDocPtr(n_doc, 1);
21984 ret_val = xmlNodeDump(buf, doc, cur, level, format);
21988 des_xmlDocPtr(n_doc, doc, 1);
22024 xmlDocPtr doc; /* the document */
22043 doc = gen_xmlDocPtr(n_doc, 1);
22049 xmlNodeDumpOutput(buf, doc, cur, level, format, (const char *)encoding);
22052 des_xmlDocPtr(n_doc, doc, 1);
22089 xmlDocPtr doc; /* the document the node pertains to */
22097 doc = gen_xmlDocPtr(n_doc, 0);
22100 ret_val = xmlNodeGetBase(doc, cur);
22103 des_xmlDocPtr(n_doc, doc, 0);
22257 xmlDocPtr doc; /* the document */
22268 doc = gen_xmlDocPtr(n_doc, 0);
22272 ret_val = xmlNodeListGetRawString(doc, list, inLine);
22275 des_xmlDocPtr(n_doc, doc, 0);
22304 xmlDocPtr doc; /* the document */
22315 doc = gen_xmlDocPtr(n_doc, 0);
22319 ret_val = xmlNodeListGetString(doc, list, inLine);
22322 des_xmlDocPtr(n_doc, doc, 0);
22591 xmlDocPtr doc; /* the document */
22599 doc = gen_xmlDocPtr(n_doc, 0);
22602 ret_val = xmlReconciliateNs(doc, tree);
22605 des_xmlDocPtr(n_doc, doc, 0);
23010 xmlDocPtr doc; /* the document */
23021 doc = gen_xmlDocPtr(n_doc, 0);
23025 ret_val = xmlSearchNs(doc, node, (const xmlChar *)nameSpace);
23028 des_xmlDocPtr(n_doc, doc, 0);
23056 xmlDocPtr doc; /* the document */
23067 doc = gen_xmlDocPtr(n_doc, 0);
23071 ret_val = xmlSearchNsByHref(doc, node, (const xmlChar *)href);
23074 des_xmlDocPtr(n_doc, doc, 0);
23161 xmlDocPtr doc; /* the document */
23169 doc = gen_xmlDocPtr(n_doc, 0);
23172 xmlSetDocCompressMode(doc, mode);
23174 des_xmlDocPtr(n_doc, doc, 0);
23417 xmlDocPtr doc; /* the document */
23425 doc = gen_xmlDocPtr(n_doc, 0);
23428 ret_val = xmlStringGetNodeList(doc, (const xmlChar *)value);
23431 des_xmlDocPtr(n_doc, doc, 0);
23456 xmlDocPtr doc; /* the document */
23467 doc = gen_xmlDocPtr(n_doc, 0);
23471 ret_val = xmlStringLenGetNodeList(doc, (const xmlChar *)value, len);
23474 des_xmlDocPtr(n_doc, doc, 0);
24617 xmlDocPtr doc; /* the document owning the element declaration */
24625 doc = gen_xmlDocPtr(n_doc, 0);
24628 ret_val = xmlCopyDocElementContent(doc, cur);
24631 des_xmlDocPtr(n_doc, doc, 0);
25191 xmlDocPtr doc; /* pointer to the document */
25199 doc = gen_xmlDocPtr(n_doc, 0);
25202 ret_val = xmlGetID(doc, (const xmlChar *)ID);
25205 des_xmlDocPtr(n_doc, doc, 0);
25240 xmlDocPtr doc; /* the document */
25251 doc = gen_xmlDocPtr(n_doc, 0);
25255 ret_val = xmlIsID(doc, elem, attr);
25258 des_xmlDocPtr(n_doc, doc, 0);
25286 xmlDocPtr doc; /* the document */
25294 doc = gen_xmlDocPtr(n_doc, 0);
25297 ret_val = xmlIsMixedElement(doc, (const xmlChar *)name);
25300 des_xmlDocPtr(n_doc, doc, 0);
25325 xmlDocPtr doc; /* the document */
25336 doc = gen_xmlDocPtr(n_doc, 0);
25340 ret_val = xmlIsRef(doc, elem, attr);
25343 des_xmlDocPtr(n_doc, doc, 0);
25371 xmlDocPtr doc; /* the document */
25382 doc = gen_xmlDocPtr(n_doc, 0);
25386 ret_val = xmlNewDocElementContent(doc, (const xmlChar *)name, type);
25387 xmlFreeDocElementContent(doc, ret_val); ret_val = NULL;
25390 des_xmlDocPtr(n_doc, doc, 0);
25467 xmlDocPtr doc; /* the document */
25475 doc = gen_xmlDocPtr(n_doc, 0);
25478 ret_val = xmlRemoveID(doc, attr);
25481 des_xmlDocPtr(n_doc, doc, 0);
25506 xmlDocPtr doc; /* the document */
25514 doc = gen_xmlDocPtr(n_doc, 0);
25517 ret_val = xmlRemoveRef(doc, attr);
25520 des_xmlDocPtr(n_doc, doc, 0);
25688 xmlDocPtr doc; /* the document */
25704 doc = gen_xmlDocPtr(n_doc, 1);
25709 ret_val = xmlValidCtxtNormalizeAttributeValue(ctxt, doc, elem, (const xmlChar *)name, (const xmlChar *)value);
25713 des_xmlDocPtr(n_doc, doc, 1);
25869 xmlDocPtr doc; /* the document */
25883 doc = gen_xmlDocPtr(n_doc, 0);
25888 ret_val = xmlValidNormalizeAttributeValue(doc, elem, (const xmlChar *)name, (const xmlChar *)value);
25891 des_xmlDocPtr(n_doc, doc, 0);
25926 xmlDocPtr doc; /* a document instance */
25936 doc = gen_xmlDocPtr(n_doc, 1);
25939 ret_val = xmlValidateAttributeDecl(ctxt, doc, attr);
25943 des_xmlDocPtr(n_doc, doc, 1);
26015 xmlDocPtr doc; /* a document instance */
26022 doc = gen_xmlDocPtr(n_doc, 1);
26024 ret_val = xmlValidateDocument(ctxt, doc);
26028 des_xmlDocPtr(n_doc, doc, 1);
26056 xmlDocPtr doc; /* a document instance */
26063 doc = gen_xmlDocPtr(n_doc, 1);
26065 ret_val = xmlValidateDocumentFinal(ctxt, doc);
26069 des_xmlDocPtr(n_doc, doc, 1);
26097 xmlDocPtr doc; /* a document instance */
26107 doc = gen_xmlDocPtr(n_doc, 1);
26110 ret_val = xmlValidateDtd(ctxt, doc, dtd);
26114 des_xmlDocPtr(n_doc, doc, 1);
26145 xmlDocPtr doc; /* a document instance */
26152 doc = gen_xmlDocPtr(n_doc, 1);
26154 ret_val = xmlValidateDtdFinal(ctxt, doc);
26158 des_xmlDocPtr(n_doc, doc, 1);
26186 xmlDocPtr doc; /* a document instance */
26196 doc = gen_xmlDocPtr(n_doc, 1);
26199 ret_val = xmlValidateElement(ctxt, doc, elem);
26203 des_xmlDocPtr(n_doc, doc, 1);
26234 xmlDocPtr doc; /* a document instance */
26244 doc = gen_xmlDocPtr(n_doc, 1);
26247 ret_val = xmlValidateElementDecl(ctxt, doc, elem);
26251 des_xmlDocPtr(n_doc, doc, 1);
26418 xmlDocPtr doc; /* a document instance */
26428 doc = gen_xmlDocPtr(n_doc, 1);
26431 ret_val = xmlValidateNotationDecl(ctxt, doc, nota);
26435 des_xmlDocPtr(n_doc, doc, 1);
26466 xmlDocPtr doc; /* the document */
26476 doc = gen_xmlDocPtr(n_doc, 1);
26479 ret_val = xmlValidateNotationUse(ctxt, doc, (const xmlChar *)notationName);
26483 des_xmlDocPtr(n_doc, doc, 1);
26514 xmlDocPtr doc; /* a document instance */
26530 doc = gen_xmlDocPtr(n_doc, 1);
26535 ret_val = xmlValidateOneAttribute(ctxt, doc, elem, attr, (const xmlChar *)value);
26539 des_xmlDocPtr(n_doc, doc, 1);
26576 xmlDocPtr doc; /* a document instance */
26586 doc = gen_xmlDocPtr(n_doc, 1);
26589 ret_val = xmlValidateOneElement(ctxt, doc, elem);
26593 des_xmlDocPtr(n_doc, doc, 1);
26624 xmlDocPtr doc; /* a document instance */
26643 doc = gen_xmlDocPtr(n_doc, 1);
26649 ret_val = xmlValidateOneNamespace(ctxt, doc, elem, (const xmlChar *)prefix, ns, (const xmlChar *)value);
26653 des_xmlDocPtr(n_doc, doc, 1);
26693 xmlDocPtr doc; /* a document instance */
26706 doc = gen_xmlDocPtr(n_doc, 1);
26710 ret_val = xmlValidatePopElement(ctxt, doc, elem, (const xmlChar *)qname);
26714 des_xmlDocPtr(n_doc, doc, 1);
26796 xmlDocPtr doc; /* a document instance */
26809 doc = gen_xmlDocPtr(n_doc, 1);
26813 ret_val = xmlValidatePushElement(ctxt, doc, elem, (const xmlChar *)qname);
26817 des_xmlDocPtr(n_doc, doc, 1);
26851 xmlDocPtr doc; /* a document instance */
26858 doc = gen_xmlDocPtr(n_doc, 1);
26860 ret_val = xmlValidateRoot(ctxt, doc);
26864 des_xmlDocPtr(n_doc, doc, 1);
26971 xmlDocPtr doc; /* an XML document */
26976 doc = gen_xmlDocPtr(n_doc, 0);
26978 ret_val = xmlXIncludeProcess(doc);
26981 des_xmlDocPtr(n_doc, doc, 0);
27005 xmlDocPtr doc; /* an XML document */
27013 doc = gen_xmlDocPtr(n_doc, 0);
27016 ret_val = xmlXIncludeProcessFlags(doc, flags);
27019 des_xmlDocPtr(n_doc, doc, 0);
27046 xmlDocPtr doc; /* an XML document */
27057 doc = gen_xmlDocPtr(n_doc, 0);
27061 ret_val = xmlXIncludeProcessFlagsData(doc, flags, data);
27064 des_xmlDocPtr(n_doc, doc, 0);
29968 xmlDocPtr doc; /* a preparsed document */
29975 doc = gen_xmlDocPtr(n_doc, 1);
29977 ret_val = xmlReaderNewWalker(reader, doc);
29981 des_xmlDocPtr(n_doc, doc, 1);
30007 xmlDocPtr doc; /* a preparsed document */
30012 doc = gen_xmlDocPtr(n_doc, 0);
30014 ret_val = xmlReaderWalker(doc);
30017 des_xmlDocPtr(n_doc, doc, 0);
33471 xmlDocPtr doc; /* a document */
33478 doc = gen_xmlDocPtr(n_doc, 1);
33480 ret_val = xmlSaveDoc(ctxt, doc);
33484 des_xmlDocPtr(n_doc, doc, 1);
33867 xmlDocPtr doc; /* a preparsed document tree */
33872 doc = gen_xmlDocPtr(n_doc, 0);
33874 ret_val = xmlSchemaNewDocParserCtxt(doc);
33877 des_xmlDocPtr(n_doc, doc, 0);
34211 xmlDocPtr doc; /* a parsed document tree */
34218 doc = gen_xmlDocPtr(n_doc, 1);
34220 ret_val = xmlSchemaValidateDoc(ctxt, doc);
34224 des_xmlDocPtr(n_doc, doc, 1);
42768 xmlDocPtr doc; /* xmlDocPtr */
42770 xmlNodePtr node; /* xmlNodePtr or NULL for doc->children */
42779 doc = gen_xmlDocPtr(n_doc, 0);
42783 ret_val = xmlNewTextWriterTree(doc, node, compression);
42786 des_xmlDocPtr(n_doc, doc, 0);
46345 xmlDocPtr doc; /* an input document */
46350 doc = gen_xmlDocPtr(n_doc, 0);
46352 ret_val = xmlXPathOrderDocElems(doc);
46355 des_xmlDocPtr(n_doc, doc, 0);