HomeSort by relevance Sort by last modified time
    Searched refs:errctx (Results 1 - 2 of 2) sorted by null

  /external/libxslt/libxslt/
xsltutils.c 429 void *errctx = xsltGenericErrorContext; local
438 errctx = ctxt->errctx;
448 error(errctx,
458 error(errctx, "%s", (const char *)message);
460 error(errctx, "\n");
610 void *errctx = xsltGenericErrorContext; local
616 errctx = ctxt->errctx;
651 error(errctx, "%s: file %s line %d element %s\n"
702 void *errctx = xsltGenericErrorContext; local
    [all...]
xsltInternals.h 1730 void * errctx; \/* context for the error handler *\/ member in struct:_xsltTransformContext
    [all...]

Completed in 83 milliseconds