Home
last modified time | relevance | path

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

/f-stack/app/nginx-1.16.1/src/http/modules/
H A Dngx_http_log_module.c61 } ngx_http_log_script_t; typedef
66 ngx_http_log_script_t *script;
101 ngx_http_log_script_t *script, u_char **name, u_char *buf, size_t len);
472 ngx_http_log_script_write(ngx_http_request_t *r, ngx_http_log_script_t *script, in ngx_http_log_script_write()
1314 log->script = ngx_pcalloc(cf->pool, sizeof(ngx_http_log_script_t)); in ngx_http_log_set_log()