Home
last modified time | relevance | path

Searched refs:ngx_http_xslt_add_chunk (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.c78 static ngx_int_t ngx_http_xslt_add_chunk(ngx_http_request_t *r,
263 if (ngx_http_xslt_add_chunk(r, ctx, cl->buf) != NGX_OK) { in ngx_http_xslt_body_filter()
369 ngx_http_xslt_add_chunk(ngx_http_request_t *r, ngx_http_xslt_filter_ctx_t *ctx, in ngx_http_xslt_add_chunk() function