|
Groonga 3.0.9 Source Code Document
|


Go to the source code of this file.
Data Structures | |
| struct | ngx_event_pipe_s |
Typedefs | |
| typedef struct ngx_event_pipe_s | ngx_event_pipe_t |
| typedef ngx_int_t(* | ngx_event_pipe_input_filter_pt )(ngx_event_pipe_t *p, ngx_buf_t *buf) |
| typedef ngx_int_t(* | ngx_event_pipe_output_filter_pt )(void *data, ngx_chain_t *chain) |
Functions | |
| ngx_int_t | ngx_event_pipe (ngx_event_pipe_t *p, ngx_int_t do_write) |
| ngx_int_t | ngx_event_pipe_copy_input_filter (ngx_event_pipe_t *p, ngx_buf_t *buf) |
| ngx_int_t | ngx_event_pipe_add_free_buf (ngx_event_pipe_t *p, ngx_buf_t *b) |
| typedef ngx_int_t(* ngx_event_pipe_input_filter_pt)(ngx_event_pipe_t *p, ngx_buf_t *buf) |
Definition at line 19 of file ngx_event_pipe.h.
| typedef ngx_int_t(* ngx_event_pipe_output_filter_pt)(void *data, ngx_chain_t *chain) |
Definition at line 21 of file ngx_event_pipe.h.
| typedef struct ngx_event_pipe_s ngx_event_pipe_t |
Definition at line 17 of file ngx_event_pipe.h.
| ngx_int_t ngx_event_pipe | ( | ngx_event_pipe_t * | p, |
| ngx_int_t | do_write | ||
| ) |
| ngx_int_t ngx_event_pipe_add_free_buf | ( | ngx_event_pipe_t * | p, |
| ngx_buf_t * | b | ||
| ) |
| ngx_int_t ngx_event_pipe_copy_input_filter | ( | ngx_event_pipe_t * | p, |
| ngx_buf_t * | buf | ||
| ) |
1.8.1.2