Searched refs:ngx_http_xslt_sax_error (Results 1 – 1 of 1) sorted by relevance
84 static void ngx_cdecl ngx_http_xslt_sax_error(void *data, const char *msg, ...);388 ctxt->sax->error = ngx_http_xslt_sax_error; in ngx_http_xslt_add_chunk()389 ctxt->sax->fatalError = ngx_http_xslt_sax_error; in ngx_http_xslt_add_chunk()463 ngx_http_xslt_sax_error(void *data, const char *msg, ...) in ngx_http_xslt_sax_error() function