Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_command_s Struct Reference

#include <ngx_conf_file.h>

Collaboration diagram for ngx_command_s:
Collaboration graph
[legend]

Data Fields

ngx_str_t name
ngx_uint_t type
char *(* set )(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)
ngx_uint_t conf
ngx_uint_t offset
void * post

Detailed Description

Definition at line 78 of file ngx_conf_file.h.

Field Documentation

ngx_uint_t conf

Definition at line 82 of file ngx_conf_file.h.

ngx_str_t name

Definition at line 79 of file ngx_conf_file.h.

ngx_uint_t offset

Definition at line 83 of file ngx_conf_file.h.

void* post

Definition at line 84 of file ngx_conf_file.h.

char*(* set)(ngx_conf_t *cf, ngx_command_t *cmd, void *conf)

Definition at line 81 of file ngx_conf_file.h.

ngx_uint_t type

Definition at line 80 of file ngx_conf_file.h.


The documentation for this struct was generated from the following file: