Searched defs:ngx_command_s (Results 1 – 1 of 1) sorted by relevance
77 struct ngx_command_s { struct78 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;