Searched refs:xmlParserCtxtPtr (Results 26 - 50 of 124) sorted by relevance

12345

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gnulib-local/lib/libxml/
H A Dlegacy.c172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result)
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value)
410 xmlDecodeEntities(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
444 xmlNamespaceParseNCName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
477 xmlNamespaceParseQName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
508 xmlNamespaceParseNSDef(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
531 xmlParseQuotedString(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
559 xmlParseNamespace(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
591 xmlScanName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
631 xmlParserHandleReference(xmlParserCtxtPtr ctx
[all...]
H A DDOCBparser.in.h34 typedef xmlParserCtxtPtr docbParserCtxtPtr;
H A Derror.c243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
448 xmlParserCtxtPtr ctxt = NULL;
460 ctxt = (xmlParserCtxtPtr) ctx;
479 ctxt = (xmlParserCtxtPtr) ctx;
672 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
715 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
764 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ct
[all...]
H A Dparser.c109 /* DEPR void xmlParserHandleReference(xmlParserCtxtPtr ctxt); */
110 xmlEntityPtr xmlParseStringPEReference(xmlParserCtxtPtr ctxt,
114 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
126 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt,
144 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix,
179 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info)
386 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error,
414 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error,
444 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error,
478 xmlFatalErrMsgInt(xmlParserCtxtPtr ctx
[all...]
H A DparserInternals.c106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
138 __xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
166 xmlErrInternal(xmlParserCtxtPtr ctxt, const char *msg, const xmlChar * str)
194 xmlErrEncodingInt(xmlParserCtxtPtr ctxt, xmlParserErrors error,
448 xmlNextChar(xmlParserCtxtPtr ctxt)
614 xmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) {
756 xmlStringCurrentChar(xmlParserCtxtPtr ctxt, const xmlChar * cur, int *len)
935 xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc)
1089 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1225 xmlSwitchToEncoding(xmlParserCtxtPtr ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/
H A Dlegacy.c172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result)
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value)
410 xmlDecodeEntities(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
444 xmlNamespaceParseNCName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
477 xmlNamespaceParseQName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
508 xmlNamespaceParseNSDef(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
531 xmlParseQuotedString(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
559 xmlParseNamespace(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
591 xmlScanName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
631 xmlParserHandleReference(xmlParserCtxtPtr ctx
[all...]
H A Derror.c243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
448 xmlParserCtxtPtr ctxt = NULL;
460 ctxt = (xmlParserCtxtPtr) ctx;
479 ctxt = (xmlParserCtxtPtr) ctx;
672 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
715 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
764 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ct
[all...]
H A Dparser.c84 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
113 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size,
200 /* DEPR void xmlParserHandleReference(xmlParserCtxtPtr ctxt); */
201 xmlEntityPtr xmlParseStringPEReference(xmlParserCtxtPtr ctxt,
205 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
211 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
220 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt,
224 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity);
241 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix,
276 xmlFatalErr(xmlParserCtxtPtr ctx
[all...]
H A DparserInternals.c106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
138 __xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
166 xmlErrInternal(xmlParserCtxtPtr ctxt, const char *msg, const xmlChar * str)
194 xmlErrEncodingInt(xmlParserCtxtPtr ctxt, xmlParserErrors error,
448 xmlNextChar(xmlParserCtxtPtr ctxt)
614 xmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) {
768 xmlStringCurrentChar(xmlParserCtxtPtr ctxt, const xmlChar * cur, int *len)
947 xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc)
1101 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1237 xmlSwitchToEncoding(xmlParserCtxtPtr ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/gettext-0.17/gettext-tools/gnulib-lib/libxml/
H A Dlegacy.c172 xmlGetFeature(xmlParserCtxtPtr ctxt, const char *name, void *result)
281 xmlSetFeature(xmlParserCtxtPtr ctxt, const char *name, void *value)
410 xmlDecodeEntities(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
444 xmlNamespaceParseNCName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
477 xmlNamespaceParseQName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED,
508 xmlNamespaceParseNSDef(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
531 xmlParseQuotedString(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
559 xmlParseNamespace(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
591 xmlScanName(xmlParserCtxtPtr ctxt ATTRIBUTE_UNUSED)
631 xmlParserHandleReference(xmlParserCtxtPtr ctx
[all...]
H A DDOCBparser.in.h34 typedef xmlParserCtxtPtr docbParserCtxtPtr;
H A Derror.c243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
448 xmlParserCtxtPtr ctxt = NULL;
460 ctxt = (xmlParserCtxtPtr) ctx;
479 ctxt = (xmlParserCtxtPtr) ctx;
672 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
715 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
764 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ct
[all...]
H A Dparser.c109 /* DEPR void xmlParserHandleReference(xmlParserCtxtPtr ctxt); */
110 xmlEntityPtr xmlParseStringPEReference(xmlParserCtxtPtr ctxt,
114 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
126 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt,
144 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix,
179 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info)
386 xmlFatalErrMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error,
414 xmlWarningMsg(xmlParserCtxtPtr ctxt, xmlParserErrors error,
444 xmlValidityError(xmlParserCtxtPtr ctxt, xmlParserErrors error,
478 xmlFatalErrMsgInt(xmlParserCtxtPtr ctx
[all...]
H A DparserInternals.c106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
138 __xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
166 xmlErrInternal(xmlParserCtxtPtr ctxt, const char *msg, const xmlChar * str)
194 xmlErrEncodingInt(xmlParserCtxtPtr ctxt, xmlParserErrors error,
448 xmlNextChar(xmlParserCtxtPtr ctxt)
614 xmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) {
756 xmlStringCurrentChar(xmlParserCtxtPtr ctxt, const xmlChar * cur, int *len)
935 xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc)
1089 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1225 xmlSwitchToEncoding(xmlParserCtxtPtr ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/doc/examples/
H A Dparse4.c45 xmlParserCtxtPtr ctxt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/
H A Derror.c243 xmlReportError(xmlErrorPtr err, xmlParserCtxtPtr ctxt, const char *str,
448 xmlParserCtxtPtr ctxt = NULL;
460 ctxt = (xmlParserCtxtPtr) ctx;
479 ctxt = (xmlParserCtxtPtr) ctx;
672 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
715 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
764 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ct
[all...]
H A Dparser.c84 xmlFatalErr(xmlParserCtxtPtr ctxt, xmlParserErrors error, const char *info);
113 xmlParserEntityCheck(xmlParserCtxtPtr ctxt, unsigned long size,
200 /* DEPR void xmlParserHandleReference(xmlParserCtxtPtr ctxt); */
201 xmlEntityPtr xmlParseStringPEReference(xmlParserCtxtPtr ctxt,
205 xmlParseExternalEntityPrivate(xmlDocPtr doc, xmlParserCtxtPtr oldctxt,
211 xmlCtxtUseOptionsInternal(xmlParserCtxtPtr ctxt, int options,
220 xmlParseBalancedChunkMemoryInternal(xmlParserCtxtPtr oldctxt,
224 xmlLoadEntityContent(xmlParserCtxtPtr ctxt, xmlEntityPtr entity);
241 xmlErrAttributeDup(xmlParserCtxtPtr ctxt, const xmlChar * prefix,
276 xmlFatalErr(xmlParserCtxtPtr ctx
[all...]
H A DparserInternals.c106 xmlErrMemory(xmlParserCtxtPtr ctxt, const char *extra)
138 __xmlErrEncoding(xmlParserCtxtPtr ctxt, xmlParserErrors xmlerr,
166 xmlErrInternal(xmlParserCtxtPtr ctxt, const char *msg, const xmlChar * str)
194 xmlErrEncodingInt(xmlParserCtxtPtr ctxt, xmlParserErrors error,
448 xmlNextChar(xmlParserCtxtPtr ctxt)
614 xmlCurrentChar(xmlParserCtxtPtr ctxt, int *len) {
768 xmlStringCurrentChar(xmlParserCtxtPtr ctxt, const xmlChar * cur, int *len)
947 xmlSwitchEncoding(xmlParserCtxtPtr ctxt, xmlCharEncoding enc)
1101 xmlSwitchInputEncoding(xmlParserCtxtPtr ctxt, xmlParserInputPtr input,
1237 xmlSwitchToEncoding(xmlParserCtxtPtr ctx
[all...]
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/include/libxml/
H A DDOCBparser.h34 typedef xmlParserCtxtPtr docbParserCtxtPtr;
H A DxmlIO.h285 xmlCheckHTTPInput (xmlParserCtxtPtr ctxt,
294 xmlParserCtxtPtr ctxt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/include/libxml2/libxml/
H A DDOCBparser.h34 typedef xmlParserCtxtPtr docbParserCtxtPtr;
H A DxmlIO.h285 xmlCheckHTTPInput (xmlParserCtxtPtr ctxt,
294 xmlParserCtxtPtr ctxt);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/libxml2-2.7.2/source/ipkg-install/usr/share/doc/libxml2-2.7.2/html/
H A Dparse4.c45 xmlParserCtxtPtr ctxt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/doc/examples/
H A Dparse4.c45 xmlParserCtxtPtr ctxt;
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/libxml2-2.7.2/include/libxml/
H A DDOCBparser.h34 typedef xmlParserCtxtPtr docbParserCtxtPtr;

Completed in 178 milliseconds

12345