Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/
H A Dngx_http_script.c14 static ngx_int_t ngx_http_script_done(ngx_http_script_compile_t *sc);
505 return ngx_http_script_done(sc); in ngx_http_script_compile()
627 ngx_http_script_done(ngx_http_script_compile_t *sc) in ngx_http_script_done() function