Home
last modified time | relevance | path

Searched refs:xmlParserInputPtr (Results 1 – 25 of 43) 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,
1125 xmlSwitchInputEncodingInt(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncodingInt()
1256 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input, in xmlSwitchInputEncoding()
1325 xmlFreeInputStream(xmlParserInputPtr input) { in xmlFreeInputStream()
1347 xmlParserInputPtr
1349 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()
230 xmlParserPrintFileContext(xmlParserInputPtr input) { in xmlParserPrintFileContext()
255 xmlParserInputPtr input = NULL; in xmlReportError()
256 xmlParserInputPtr cur = NULL; in xmlReportError()
465 xmlParserInputPtr input = NULL; in __xmlRaiseError()
684 xmlParserInputPtr input = NULL; in xmlParserError()
685 xmlParserInputPtr cur = NULL; in xmlParserError()
727 xmlParserInputPtr input = NULL; in xmlParserWarning()
728 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.c1283 xmlBufResetInput(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufResetInput()
1302 xmlBufGetInputBase(xmlBufPtr buf, xmlParserInputPtr input) { in xmlBufGetInputBase()
1333 xmlBufSetInputBaseCur(xmlBufPtr buf, xmlParserInputPtr input, in xmlBufSetInputBaseCur()
Dparser.c1697 inputPush(xmlParserCtxtPtr ctxt, xmlParserInputPtr value) in inputPush()
1704 (xmlParserInputPtr *) xmlRealloc(ctxt->inputTab, in inputPush()
1727 xmlParserInputPtr
1730 xmlParserInputPtr ret; in inputPop()
2222 xmlPushInput(xmlParserCtxtPtr ctxt, xmlParserInputPtr input) { in xmlPushInput()
2451 static xmlParserInputPtr
2453 xmlParserInputPtr input; in xmlNewBlanksWrapperInputStream()
2525 xmlParserInputPtr input; in xmlParserHandlePEReference()
3854 xmlParserInputPtr input; in xmlParseEntityValue()
5248 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()
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
Dtestchar.c537 xmlParserInputPtr input; in testCharRanges()
/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.rpgle48 d xmlParserInput ds based(xmlParserInputPtr)
212 d input like(xmlParserInputPtr) Current input stream
215 d inputTab * xmlParserInputPtr *
267 d entity like(xmlParserInputPtr) To check boundaries
357 * Returns the xmlParserInputPtr if inlined or NULL for DOM behaviour.
843 d in value like(xmlParserInputPtr)
848 d in value like(xmlParserInputPtr)
1134 d like(xmlParserInputPtr)
1177 d like(xmlParserInputPtr)
DxmlIO.rpgle360 d like(xmlParserInputPtr)
362 d ret value like(xmlParserInputPtr)
369 d like(xmlParserInputPtr)
DDOCBparser.rpgle37 d like(xmlParserInputPtr)

12