Home
last modified time | relevance | path

Searched refs:ngx_http_xslt_sax_error (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_xslt_filter_module.c84 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