Home
last modified time | relevance | path

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

12

/external/libxml2/include/libxml/
DparserInternals.h344 xmlParserInputPtr input,
360 XMLPUBFUN xmlParserInputPtr XMLCALL
363 XMLPUBFUN xmlParserInputPtr XMLCALL
368 xmlParserInputPtr input);
372 xmlFreeInputStream (xmlParserInputPtr input);
373 XMLPUBFUN xmlParserInputPtr XMLCALL
376 XMLPUBFUN xmlParserInputPtr XMLCALL
544 xmlParserInputPtr value);
545 XMLPUBFUN xmlParserInputPtr XMLCALL inputPop (xmlParserCtxtPtr ctxt);
571 XMLPUBFUN void XMLCALL xmlParserInputShrink (xmlParserInputPtr in);
Dparser.h199 xmlParserInputPtr input; /* Current input stream */
202 xmlParserInputPtr *inputTab; /* stack of inputs */
250 xmlParserInputPtr entity; /* used to check entities boundaries */
350 typedef xmlParserInputPtr (*resolveEntitySAXFunc) (void *ctx,
802 typedef xmlParserInputPtr (*xmlExternalEntityLoader) (const char *URL,
831 xmlParserInputRead (xmlParserInputPtr in,
834 xmlParserInputGrow (xmlParserInputPtr in,
1039 XMLPUBFUN xmlParserInputPtr XMLCALL
1069 XMLPUBFUN xmlParserInputPtr XMLCALL
DxmlIO.h290 XMLPUBFUN xmlParserInputPtr XMLCALL
292 xmlParserInputPtr ret);
297 XMLPUBFUN xmlParserInputPtr XMLCALL
DDOCBparser.h38 typedef xmlParserInputPtr docbParserInputPtr;
DSAX.h62 XMLPUBFUN xmlParserInputPtr XMLCALL
DSAX2.h60 XMLPUBFUN xmlParserInputPtr XMLCALL
Dxmlerror.h892 xmlParserPrintFileInfo (xmlParserInputPtr input);
894 xmlParserPrintFileContext (xmlParserInputPtr input);
DHTMLparser.h33 typedef xmlParserInputPtr htmlParserInputPtr;
/external/libxml2/
DparserInternals.c247 void check_buffer(xmlParserInputPtr in) { in check_buffer()
280 xmlParserInputRead(xmlParserInputPtr in ATTRIBUTE_UNUSED, int len ATTRIBUTE_UNUSED) { in xmlParserInputRead()
296 xmlParserInputGrow(xmlParserInputPtr in, int len) { in xmlParserInputGrow()
354 xmlParserInputShrink(xmlParserInputPtr in) { in xmlParserInputShrink()
923 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1116 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncodingInt()
1247 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncoding()
1316 xmlFreeInputStream(xmlParserInputPtr input) { in xmlFreeInputStream()
1338 xmlParserInputPtr
1340 xmlParserInputPtr input; in xmlNewInputStream()
[all …]
Dbuf.h64 int xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input);
65 size_t xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input);
66 int xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input,
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()
463 xmlParserInputPtr input = NULL; in __xmlRaiseError()
682 xmlParserInputPtr input = NULL; in xmlParserError()
683 xmlParserInputPtr cur = NULL; in xmlParserError()
725 xmlParserInputPtr input = NULL; in xmlParserWarning()
726 xmlParserInputPtr cur = NULL; in xmlParserWarning()
[all …]
Dtestrecurse.c290 static xmlParserInputPtr
293 xmlParserInputPtr ret; in testExternalEntityLoader()
343 xmlParserPrintFileContextInternal(xmlParserInputPtr input , in xmlParserPrintFileContextInternal()
402 xmlParserInputPtr input = NULL; in testStructuredErrorHandler()
403 xmlParserInputPtr cur = NULL; in testStructuredErrorHandler()
Dtestlimits.c386 static xmlParserInputPtr
389 xmlParserInputPtr ret; in testExternalEntityLoader()
435 xmlParserPrintFileContextInternal(xmlParserInputPtr input , in xmlParserPrintFileContextInternal()
494 xmlParserInputPtr input = NULL; in testStructuredErrorHandler()
495 xmlParserInputPtr cur = NULL; in testStructuredErrorHandler()
788 static xmlParserInputPtr
Dxmllint.c260 static xmlParserInputPtr
263 xmlParserInputPtr ret; in xmllintExternalEntityLoader()
563 xmlHTMLPrintFileInfo(xmlParserInputPtr input) { in xmlHTMLPrintFileInfo()
587 xmlHTMLPrintFileContext(xmlParserInputPtr input) { in xmlHTMLPrintFileContext()
641 xmlParserInputPtr input; in xmlHTMLError()
678 xmlParserInputPtr input; in xmlHTMLWarning()
716 xmlParserInputPtr input; in xmlHTMLValidityError()
753 xmlParserInputPtr input; in xmlHTMLValidityWarning()
1005 static xmlParserInputPtr
1639 xmlParserInputPtr inputStream; in testSAX()
Drunxmlconf.c92 static xmlParserInputPtr
95 xmlParserInputPtr ret; in testExternalEntityLoader()
DxmlIO.c3871 xmlParserInputPtr
3872 xmlCheckHTTPInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr ret) { in xmlCheckHTTPInput()
4045 static xmlParserInputPtr
4049 xmlParserInputPtr ret = NULL; in xmlDefaultExternalEntityLoader()
4120 xmlParserInputPtr
4125 xmlParserInputPtr ret; in xmlLoadExternalEntity()
4157 xmlParserInputPtr
4160 xmlParserInputPtr input = NULL; in xmlNoNetExternalEntityLoader()
Dbuf.c1242 xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufResetInput()
1261 xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufGetInputBase()
1292 xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, in xmlBufSetInputBaseCur()
Dparser.c1695 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1702 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
1725 xmlParserInputPtr
1728 xmlParserInputPtr ret; in inputPop()
2211 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2440 static xmlParserInputPtr
2442 xmlParserInputPtr input; in xmlNewBlanksWrapperInputStream()
2514 xmlParserInputPtr input; in xmlParserHandlePEReference()
3828 xmlParserInputPtr input; in xmlParseEntityValue()
5222 xmlParserInputPtr input = ctxt->input; in xmlParsePI()
[all …]
DSAX2.c407 xmlParserInputPtr oldinput; in xmlSAX2ExternalSubset()
410 xmlParserInputPtr *oldinputTab; in xmlSAX2ExternalSubset()
411 xmlParserInputPtr input = NULL; in xmlSAX2ExternalSubset()
439 ctxt->inputTab = (xmlParserInputPtr *) in xmlSAX2ExternalSubset()
440 xmlMalloc(5 * sizeof(xmlParserInputPtr)); in xmlSAX2ExternalSubset()
517 xmlParserInputPtr
521 xmlParserInputPtr ret; in xmlSAX2ResolveEntity()
DHTMLparser.c2189 input = (xmlParserInputPtr) xmlMalloc(sizeof(htmlParserInput)); in htmlNewInputStream()
4932 xmlParserInputPtr input; in htmlCreateMemoryParserCtxt()
6523 xmlParserInputPtr input; in htmlCtxtReset()
6811 xmlParserInputPtr stream; in htmlReadFd()
6855 xmlParserInputPtr stream; in htmlReadIO()
6900 xmlParserInputPtr stream; in htmlCtxtReadDoc()
6934 xmlParserInputPtr stream; in htmlCtxtReadFile()
6971 xmlParserInputPtr stream; in htmlCtxtReadMemory()
7014 xmlParserInputPtr stream; in htmlCtxtReadFd()
7059 xmlParserInputPtr stream; in htmlCtxtReadIO()
Druntest.c221 static xmlParserInputPtr
224 xmlParserInputPtr ret; in testExternalEntityLoader()
296 xmlParserPrintFileContextInternal(xmlParserInputPtr input , in xmlParserPrintFileContextInternal()
355 xmlParserInputPtr input = NULL; in testStructuredErrorHandler()
356 xmlParserInputPtr cur = NULL; in testStructuredErrorHandler()
884 static xmlParserInputPtr
/external/libxml2/os400/libxmlrpg/
DparserInternals.rpgle138 d input value like(xmlParserInputPtr)
145 d like(xmlParserInputPtr)
151 d like(xmlParserInputPtr)
157 d input value like(xmlParserInputPtr)
165 d input value like(xmlParserInputPtr)
169 d like(xmlParserInputPtr)
175 d like(xmlParserInputPtr)
440 d value value like(xmlParserInputPtr)
443 d like(xmlParserInputPtr)
494 d in value like(xmlParserInputPtr)
Dparser.rpgle47 d xmlParserInput ds based(xmlParserInputPtr)
211 d input like(xmlParserInputPtr) Current input stream
214 d inputTab * xmlParserInputPtr *
266 d entity like(xmlParserInputPtr) To check boundaries
356 * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour.
842 d in value like(xmlParserInputPtr)
847 d in value like(xmlParserInputPtr)
1133 d like(xmlParserInputPtr)
1175 d like(xmlParserInputPtr)
DxmlIO.rpgle358 d like(xmlParserInputPtr)
360 d ret value like(xmlParserInputPtr)
367 d like(xmlParserInputPtr)
DDOCBparser.rpgle37 d like(xmlParserInputPtr)

12