Home
last modified time | relevance | path

Searched refs:xmlParserInputPtr (Results 1 – 22 of 22) sorted by relevance

/external/libxml2/include/libxml/
DparserInternals.h311 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);
Dparser.h196 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
DxmlIO.h284 XMLPUBFUN xmlParserInputPtr XMLCALL
286 xmlParserInputPtr ret);
291 XMLPUBFUN xmlParserInputPtr XMLCALL
DDOCBparser.h38 typedef xmlParserInputPtr docbParserInputPtr;
DSAX2.h60 XMLPUBFUN xmlParserInputPtr XMLCALL
DSAX.h62 XMLPUBFUN xmlParserInputPtr XMLCALL
Dxmlerror.h891 xmlParserPrintFileInfo (xmlParserInputPtr input);
893 xmlParserPrintFileContext (xmlParserInputPtr input);
DHTMLparser.h33 typedef xmlParserInputPtr htmlParserInputPtr;
Dtree.h35 typedef xmlParserInput *xmlParserInputPtr; typedef
/external/libxml2/
Derror.c153 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 …]
DparserInternals.c244 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 …]
Dxmllint.c250 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()
DxmlIO.c3626 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()
Dparser.c1481 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 …]
DSAX2.c390 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()
DHTMLparser.c1998 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()
Dlegacy.c918 xmlParserInputPtr
Dxmlreader.c4579 xmlParserInputPtr input; in xmlTextReaderLocatorLineNumber()
4615 xmlParserInputPtr input; in xmlTextReaderLocatorBaseURI()
4985 xmlParserInputPtr inputStream; in xmlTextReaderSetup()
Dxinclude.c422 xmlParserInputPtr inputStream; in xmlXIncludeParseFile()
Dencoding.c2388 xmlParserInputPtr in; in xmlByteConsumed()
Dcatalog.c888 xmlParserInputPtr inputStream; in xmlParseCatalogFile()
Dxmlschemas.c28120 static xmlParserInputPtr
28578 xmlParserInputPtr inputStream = NULL; in xmlSchemaValidateStream()