Searched refs:xmlDocPtr (Results 126 - 150 of 162) sorted by relevance

1234567

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dparser.c114 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
11112 xmlDocPtr newDoc;
11312 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
11317 xmlDocPtr newDoc;
11500 xmlParseExternalEntity(xmlDocPtr doc, xmlSAXHandlerPtr sax, void *user_data,
11527 xmlParseBalancedChunkMemory(xmlDocPtr doc, xmlSAXHandlerPtr sax,
11559 xmlDocPtr newDoc = NULL;
11727 xmlDocPtr doc = NULL;
11762 doc = (xmlDocPtr) node;
11933 xmlParseBalancedChunkMemoryRecover(xmlDocPtr do
[all...]
H A DschemasInternals.in.h928 xmlDocPtr doc;
H A Dxmlreader.c97 xmlDocPtr doc; /* when walking an existing doc */
226 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
329 xmlFreeDoc((xmlDocPtr) cur);
478 xmlTextReaderFreeDoc(xmlTextReaderPtr reader, xmlDocPtr cur) {
1646 xmlDocPtr doc;
1692 xmlDocPtr doc;
2856 xmlDocPtr doc = NULL;
3938 * Hacking interface allowing to get the xmlDocPtr correponding to the
3944 * Returns the xmlDocPtr or NULL in case of error.
3946 xmlDocPtr
[all...]
H A Dcatalog.c524 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
643 xmlDocPtr doc;
871 xmlDocPtr
873 xmlDocPtr ret;
1327 xmlDocPtr doc;
H A Drelaxng.c179 xmlDocPtr doc;
225 xmlDocPtr document;
356 xmlDocPtr doc; /* the document being validated */
401 xmlDocPtr doc; /* the associated XML document */
414 xmlDocPtr doc; /* the associated XML document */
1434 static xmlDocPtr xmlRelaxNGCleanupDoc(xmlRelaxNGParserCtxtPtr ctxt,
1435 xmlDocPtr doc);
1596 xmlDocPtr doc;
1933 xmlDocPtr doc;
6660 xmlRelaxNGNewDocParserCtxt(xmlDocPtr do
[all...]
H A Dxmlwriter.c95 xmlDocPtr doc;
350 * @doc: address of a xmlDocPtr to hold the new XML document tree
358 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression)
409 * @doc: xmlDocPtr
419 xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression)
4414 xmlDocPtr doc;
H A Dxpath.c2785 xmlXPathOrderDocElems(xmlDocPtr doc) {
5274 xmlDocPtr top;
5955 xmlXPathNewContext(xmlDocPtr doc) {
6176 tmp = xmlDocGetRootElement((xmlDocPtr) node);
7529 return(((xmlDocPtr) ctxt->context->node)->children);
7587 return(xmlDocGetRootElement((xmlDocPtr) cur));
7679 return(xmlDocGetRootElement((xmlDocPtr) cur));
8407 xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) {
11474 xmlDocPtr oldContextDoc;
11638 xmlDocPtr oldContextDo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/
H A Dtestapi.c37 static xmlDocPtr api_doc = NULL;
59 static xmlDocPtr
498 static xmlDocPtr gen_xmlDocPtr(int no, int nr ATTRIBUTE_UNUSED) {
504 static void des_xmlDocPtr(int no ATTRIBUTE_UNUSED, xmlDocPtr val, int nr ATTRIBUTE_UNUSED) {
781 static void desret_xmlDocPtr(xmlDocPtr val) {
2825 xmlDocPtr cur; /* the document */
2878 xmlDocPtr cur; /* the document */
2925 xmlDocPtr cur; /* the document */
2970 xmlDocPtr cur; /* the document */
3016 xmlDocPtr cu
[all...]
H A Druntest.c1740 xmlDocPtr doc;
1804 xmlDocPtr doc;
1902 xmlDocPtr doc;
1949 xmlDocPtr doc;
2001 xmlDocPtr doc;
2204 xmlDocPtr doc;
2262 static xmlDocPtr xpathDocument;
2820 xmlDocPtr doc;
2889 xmlDocPtr doc;
3063 xmlDocPtr do
[all...]
H A Dtestrecurse.c684 xmlDocPtr doc;
725 xmlDocPtr doc;
H A Dxmlreader.c118 xmlDocPtr doc; /* when walking an existing doc */
247 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
348 xmlFreeDoc((xmlDocPtr) cur);
497 xmlTextReaderFreeDoc(xmlTextReaderPtr reader, xmlDocPtr cur) {
1676 xmlDocPtr doc;
1722 xmlDocPtr doc;
2892 xmlDocPtr doc = NULL;
3974 * Hacking interface allowing to get the xmlDocPtr correponding to the
3980 * Returns the xmlDocPtr or NULL in case of error.
3982 xmlDocPtr
[all...]
H A Dcatalog.c536 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
655 xmlDocPtr doc;
883 xmlDocPtr
885 xmlDocPtr ret;
1339 xmlDocPtr doc;
H A Drelaxng.c179 xmlDocPtr doc;
225 xmlDocPtr document;
356 xmlDocPtr doc; /* the document being validated */
401 xmlDocPtr doc; /* the associated XML document */
414 xmlDocPtr doc; /* the associated XML document */
1434 static xmlDocPtr xmlRelaxNGCleanupDoc(xmlRelaxNGParserCtxtPtr ctxt,
1435 xmlDocPtr doc);
1596 xmlDocPtr doc;
1933 xmlDocPtr doc;
6662 xmlRelaxNGNewDocParserCtxt(xmlDocPtr do
[all...]
H A Dxmlwriter.c94 xmlDocPtr doc;
350 * @doc: address of a xmlDocPtr to hold the new XML document tree
358 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression)
409 * @doc: xmlDocPtr
419 xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression)
4496 xmlDocPtr doc;
H A Dxpath.c2796 xmlXPathOrderDocElems(xmlDocPtr doc) {
5306 xmlDocPtr top;
5990 xmlXPathNewContext(xmlDocPtr doc) {
6211 tmp = xmlDocGetRootElement((xmlDocPtr) node);
7564 return(((xmlDocPtr) ctxt->context->node)->children);
7622 return(xmlDocGetRootElement((xmlDocPtr) cur));
7714 return(xmlDocGetRootElement((xmlDocPtr) cur));
8442 xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) {
11520 xmlDocPtr oldContextDoc;
11682 xmlDocPtr oldContextDo
[all...]
H A Dxmllint.c1967 static void walkDoc(xmlDocPtr doc) {
2049 xmlDocPtr doc = NULL;
2051 xmlDocPtr tmp;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A DtestWriter.c628 xmlDocPtr doc;
879 xmlDocPtr doc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A DschemasInternals.in.h928 xmlDocPtr doc;
H A Dxmlreader.c97 xmlDocPtr doc; /* when walking an existing doc */
226 xmlTextReaderRemoveID(xmlDocPtr doc, xmlAttrPtr attr) {
329 xmlFreeDoc((xmlDocPtr) cur);
478 xmlTextReaderFreeDoc(xmlTextReaderPtr reader, xmlDocPtr cur) {
1646 xmlDocPtr doc;
1692 xmlDocPtr doc;
2856 xmlDocPtr doc = NULL;
3938 * Hacking interface allowing to get the xmlDocPtr correponding to the
3944 * Returns the xmlDocPtr or NULL in case of error.
3946 xmlDocPtr
[all...]
H A Dcatalog.c524 xmlDocPtr doc, xmlNsPtr ns, xmlCatalogEntryPtr cgroup) {
643 xmlDocPtr doc;
871 xmlDocPtr
873 xmlDocPtr ret;
1327 xmlDocPtr doc;
H A Drelaxng.c179 xmlDocPtr doc;
225 xmlDocPtr document;
356 xmlDocPtr doc; /* the document being validated */
401 xmlDocPtr doc; /* the associated XML document */
414 xmlDocPtr doc; /* the associated XML document */
1434 static xmlDocPtr xmlRelaxNGCleanupDoc(xmlRelaxNGParserCtxtPtr ctxt,
1435 xmlDocPtr doc);
1596 xmlDocPtr doc;
1933 xmlDocPtr doc;
6660 xmlRelaxNGNewDocParserCtxt(xmlDocPtr do
[all...]
H A Dxmlwriter.c95 xmlDocPtr doc;
350 * @doc: address of a xmlDocPtr to hold the new XML document tree
358 xmlNewTextWriterDoc(xmlDocPtr * doc, int compression)
409 * @doc: xmlDocPtr
419 xmlNewTextWriterTree(xmlDocPtr doc, xmlNodePtr node, int compression)
4414 xmlDocPtr doc;
H A Dxpath.c2785 xmlXPathOrderDocElems(xmlDocPtr doc) {
5274 xmlDocPtr top;
5955 xmlXPathNewContext(xmlDocPtr doc) {
6176 tmp = xmlDocGetRootElement((xmlDocPtr) node);
7529 return(((xmlDocPtr) ctxt->context->node)->children);
7587 return(xmlDocGetRootElement((xmlDocPtr) cur));
7679 return(xmlDocGetRootElement((xmlDocPtr) cur));
8407 xmlXPathGetElementsByIds (xmlDocPtr doc, const xmlChar *ids) {
11474 xmlDocPtr oldContextDoc;
11638 xmlDocPtr oldContextDo
[all...]
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DschemasInternals.h928 xmlDocPtr doc;
/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/timemachine/libxml2-2.7.2/python/
H A Dtypes.c153 libxml_xmlDocPtrWrap(xmlDocPtr doc)
166 PyCObject_FromVoidPtrAndDesc((void *) doc, (char *) "xmlDocPtr",

Completed in 789 milliseconds

1234567