Home
last modified time | relevance | path

Searched defs:ngx_command_s (Results 1 – 1 of 1) sorted by relevance

/f-stack/app/nginx-1.16.1/src/core/
H A Dngx_conf_file.h77 struct ngx_command_s { struct
78 ngx_str_t name;
79 ngx_uint_t type;
80 char *(*set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf);
81 ngx_uint_t conf;
82 ngx_uint_t offset;
83 void *post;