Lines Matching defs:ctx

19 void XMLCDECL xmlGenericErrorDefaultFunc	(void *ctx ATTRIBUTE_UNUSED,
64 * @ctx: an error context
71 xmlGenericErrorDefaultFunc(void *ctx ATTRIBUTE_UNUSED, const char *msg, ...) {
100 * @ctx: the new error handling context
106 * error messages while not parsing nor validating. And @ctx will
109 * stderr by setting @ctx to this file handle and @handler to NULL.
113 xmlSetGenericErrorFunc(void *ctx, xmlGenericErrorFunc handler) {
114 xmlGenericErrorContext = ctx;
123 * @ctx: the new error handling context
129 * error messages while not parsing nor validating. And @ctx will
134 xmlSetStructuredErrorFunc(void *ctx, xmlStructuredErrorFunc handler) {
135 xmlGenericErrorContext = ctx;
236 * @ctx: the parser context or NULL
421 * @ctx: the parser context or NULL
422 * @ctx: the parser context or NULL
442 xmlGenericErrorFunc channel, void *data, void *ctx,
460 ctxt = (xmlParserCtxtPtr) ctx;
479 ctxt = (xmlParserCtxtPtr) ctx;
588 to->ctxt = ctx;
662 * @ctx: an XML parser context
670 xmlParserError(void *ctx, const char *msg, ...)
672 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
705 * @ctx: an XML parser context
713 xmlParserWarning(void *ctx, const char *msg, ...)
715 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
754 * @ctx: an XML parser context
762 xmlParserValidityError(void *ctx, const char *msg, ...)
764 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
798 * @ctx: an XML parser context
806 xmlParserValidityWarning(void *ctx, const char *msg, ...)
808 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
898 * @ctx: an XML parser context
905 xmlCtxtGetLastError(void *ctx)
907 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;
918 * @ctx: an XML parser context
924 xmlCtxtResetLastError(void *ctx)
926 xmlParserCtxtPtr ctxt = (xmlParserCtxtPtr) ctx;