Groonga 3.0.9 Source Code Document
|
Go to the source code of this file.
Data Structures | |
struct | ngx_http_log_op_s |
struct | ngx_http_log_fmt_t |
struct | ngx_http_log_main_conf_t |
struct | ngx_http_log_buf_t |
struct | ngx_http_log_script_t |
struct | ngx_http_log_t |
struct | ngx_http_log_loc_conf_t |
struct | ngx_http_log_var_t |
Typedefs | |
typedef struct ngx_http_log_op_s | ngx_http_log_op_t |
typedef u_char *(* | ngx_http_log_op_run_pt )(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op) |
typedef size_t(* | ngx_http_log_op_getlen_pt )(ngx_http_request_t *r, uintptr_t data) |
Variables | |
ngx_module_t | ngx_http_log_module |
typedef size_t(* ngx_http_log_op_getlen_pt)(ngx_http_request_t *r, uintptr_t data) |
Definition at line 22 of file ngx_http_log_module.c.
typedef u_char*(* ngx_http_log_op_run_pt)(ngx_http_request_t *r, u_char *buf, ngx_http_log_op_t *op) |
Definition at line 19 of file ngx_http_log_module.c.
typedef struct ngx_http_log_op_s ngx_http_log_op_t |
Definition at line 17 of file ngx_http_log_module.c.
ngx_module_t ngx_http_log_module |
Definition at line 193 of file ngx_http_log_module.c.