Searched refs:xmlParserInputPtr (Results 1 – 22 of 22) sorted by relevance
/external/libxml2/include/libxml/ |
D | parserInternals.h | 311 xmlParserInputPtr input, 327 XMLPUBFUN xmlParserInputPtr XMLCALL 330 XMLPUBFUN xmlParserInputPtr XMLCALL 335 xmlParserInputPtr input); 339 xmlFreeInputStream (xmlParserInputPtr input); 340 XMLPUBFUN xmlParserInputPtr XMLCALL 343 XMLPUBFUN xmlParserInputPtr XMLCALL 511 xmlParserInputPtr value); 512 XMLPUBFUN xmlParserInputPtr XMLCALL inputPop (xmlParserCtxtPtr ctxt); 538 XMLPUBFUN void XMLCALL xmlParserInputShrink (xmlParserInputPtr in);
|
D | parser.h | 196 xmlParserInputPtr input; /* Current input stream */ 199 xmlParserInputPtr *inputTab; /* stack of inputs */ 247 xmlParserInputPtr entity; /* used to check entities boundaries */ 339 typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx, 791 typedef xmlParserInputPtr (*xmlExternalEntityLoader) (const char *URL, 820 xmlParserInputRead (xmlParserInputPtr in, 823 xmlParserInputGrow (xmlParserInputPtr in, 1028 XMLPUBFUN xmlParserInputPtr XMLCALL 1058 XMLPUBFUN xmlParserInputPtr XMLCALL
|
D | xmlIO.h | 284 XMLPUBFUN xmlParserInputPtr XMLCALL 286 xmlParserInputPtr ret); 291 XMLPUBFUN xmlParserInputPtr XMLCALL
|
D | DOCBparser.h | 38 typedef xmlParserInputPtr docbParserInputPtr;
|
D | SAX2.h | 60 XMLPUBFUN xmlParserInputPtr XMLCALL
|
D | SAX.h | 62 XMLPUBFUN xmlParserInputPtr XMLCALL
|
D | xmlerror.h | 891 xmlParserPrintFileInfo (xmlParserInputPtr input); 893 xmlParserPrintFileContext (xmlParserInputPtr input);
|
D | HTMLparser.h | 33 typedef xmlParserInputPtr htmlParserInputPtr;
|
D | tree.h | 35 typedef xmlParserInput *xmlParserInputPtr; typedef
|
/external/libxml2/ |
D | error.c | 153 xmlParserPrintFileInfo(xmlParserInputPtr input) { in xmlParserPrintFileInfo() 173 xmlParserPrintFileContextInternal(xmlParserInputPtr input , in xmlParserPrintFileContextInternal() 228 xmlParserPrintFileContext(xmlParserInputPtr input) { in xmlParserPrintFileContext() 253 xmlParserInputPtr input = NULL; in xmlReportError() 254 xmlParserInputPtr cur = NULL; in xmlReportError() 451 xmlParserInputPtr input = NULL; in __xmlRaiseError() 673 xmlParserInputPtr input = NULL; in xmlParserError() 674 xmlParserInputPtr cur = NULL; in xmlParserError() 716 xmlParserInputPtr input = NULL; in xmlParserWarning() 717 xmlParserInputPtr cur = NULL; in xmlParserWarning() [all …]
|
D | parserInternals.c | 244 void check_buffer(xmlParserInputPtr in) { in check_buffer() 279 xmlParserInputRead(xmlParserInputPtr in, int len) { in xmlParserInputRead() 330 xmlParserInputGrow(xmlParserInputPtr in, int len) { in xmlParserInputGrow() 385 xmlParserInputShrink(xmlParserInputPtr in) { in xmlParserInputShrink() 1101 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncoding() 1271 xmlFreeInputStream(xmlParserInputPtr input) { in xmlFreeInputStream() 1292 xmlParserInputPtr 1294 xmlParserInputPtr input; in xmlNewInputStream() 1297 input = (xmlParserInputPtr) xmlMalloc(sizeof(xmlParserInput)); in xmlNewInputStream() 1325 xmlParserInputPtr [all …]
|
D | xmllint.c | 250 static xmlParserInputPtr 253 xmlParserInputPtr ret; in xmllintExternalEntityLoader() 552 xmlHTMLPrintFileInfo(xmlParserInputPtr input) { in xmlHTMLPrintFileInfo() 576 xmlHTMLPrintFileContext(xmlParserInputPtr input) { in xmlHTMLPrintFileContext() 630 xmlParserInputPtr input; in xmlHTMLError() 667 xmlParserInputPtr input; in xmlHTMLWarning() 705 xmlParserInputPtr input; in xmlHTMLValidityError() 742 xmlParserInputPtr input; in xmlHTMLValidityWarning() 994 static xmlParserInputPtr 1628 xmlParserInputPtr inputStream; in testSAX()
|
D | xmlIO.c | 3626 xmlParserInputPtr 3627 xmlCheckHTTPInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr ret) { in xmlCheckHTTPInput() 3800 static xmlParserInputPtr 3804 xmlParserInputPtr ret = NULL; in xmlDefaultExternalEntityLoader() 3875 xmlParserInputPtr 3880 xmlParserInputPtr ret; in xmlLoadExternalEntity() 3912 xmlParserInputPtr 3915 xmlParserInputPtr input = NULL; in xmlNoNetExternalEntityLoader()
|
D | parser.c | 1481 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush() 1488 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush() 1511 xmlParserInputPtr 1514 xmlParserInputPtr ret; in inputPop() 1986 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput() 2209 static xmlParserInputPtr 2211 xmlParserInputPtr input; in xmlNewBlanksWrapperInputStream() 2283 xmlParserInputPtr input; in xmlParserHandlePEReference() 3469 xmlParserInputPtr input; in xmlParseEntityValue() 4764 xmlParserInputPtr input = ctxt->input; in xmlParsePI() [all …]
|
D | SAX2.c | 390 xmlParserInputPtr oldinput; in xmlSAX2ExternalSubset() 393 xmlParserInputPtr *oldinputTab; in xmlSAX2ExternalSubset() 394 xmlParserInputPtr input = NULL; in xmlSAX2ExternalSubset() 419 ctxt->inputTab = (xmlParserInputPtr *) in xmlSAX2ExternalSubset() 420 xmlMalloc(5 * sizeof(xmlParserInputPtr)); in xmlSAX2ExternalSubset() 491 xmlParserInputPtr 495 xmlParserInputPtr ret; in xmlSAX2ResolveEntity()
|
D | HTMLparser.c | 1998 input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput)); in htmlNewInputStream() 4406 xmlParserInputPtr input; in htmlCreateMemoryParserCtxt() 5845 xmlParserInputPtr input; in htmlCtxtReset() 6116 xmlParserInputPtr stream; in htmlReadFd() 6159 xmlParserInputPtr stream; in htmlReadIO() 6201 xmlParserInputPtr stream; in htmlCtxtReadDoc() 6234 xmlParserInputPtr stream; in htmlCtxtReadFile() 6270 xmlParserInputPtr stream; in htmlCtxtReadMemory() 6312 xmlParserInputPtr stream; in htmlCtxtReadFd() 6356 xmlParserInputPtr stream; in htmlCtxtReadIO()
|
D | legacy.c | 918 xmlParserInputPtr
|
D | xmlreader.c | 4579 xmlParserInputPtr input; in xmlTextReaderLocatorLineNumber() 4615 xmlParserInputPtr input; in xmlTextReaderLocatorBaseURI() 4985 xmlParserInputPtr inputStream; in xmlTextReaderSetup()
|
D | xinclude.c | 422 xmlParserInputPtr inputStream; in xmlXIncludeParseFile()
|
D | encoding.c | 2388 xmlParserInputPtr in; in xmlByteConsumed()
|
D | catalog.c | 888 xmlParserInputPtr inputStream; in xmlParseCatalogFile()
|
D | xmlschemas.c | 28120 static xmlParserInputPtr 28578 xmlParserInputPtr inputStream = NULL; in xmlSchemaValidateStream()
|