Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_ssi_filter_module.c17 #define NGX_HTTP_SSI_ADD_ZERO 2 macro
1852 p = ngx_pnalloc(r->pool, len + ((flags & NGX_HTTP_SSI_ADD_ZERO) ? 1 : 0)); in ngx_http_ssi_evaluate_string()
2569 flags = NGX_HTTP_SSI_ADD_ZERO; in ngx_http_ssi_if()