XXSLT filter context. More...
#include <ngx_http_xxslt_filter_module.h>
Data Fields | |
ngx_int_t | data_type |
ngx_http_xxslt_out_data_t * | out_data |
output data queue | |
ngx_http_xxslt_out_data_t * | act_data |
output data queue - last processed | |
ngx_http_xxslt_out_data_t * | out_data_tail |
output data queue - tail | |
struct ngx_http_xxslt_selector_data_s * | selector |
selector context | |
ngx_flag_t | async |
asynchronous transfer mode | |
ngx_flag_t | done |
XXSLT filter context.
Definition at line 96 of file ngx_http_xxslt_filter_module.h.
output data queue - last processed
Definition at line 102 of file ngx_http_xxslt_filter_module.h.
Referenced by ngx_http_xxslt_enqueue_data(), and ngx_http_xxslt_process_data().
ngx_flag_t ngx_http_xxslt_filter_ctx_t::async |
asynchronous transfer mode
Definition at line 110 of file ngx_http_xxslt_filter_module.h.
Referenced by ngx_http_xxslt_body_filter(), and ngx_http_xxslt_send().
ngx_int_t ngx_http_xxslt_filter_ctx_t::data_type |
Definition at line 97 of file ngx_http_xxslt_filter_module.h.
ngx_flag_t ngx_http_xxslt_filter_ctx_t::done |
Definition at line 112 of file ngx_http_xxslt_filter_module.h.
Referenced by ngx_http_xxslt_body_filter(), and ngx_http_xxslt_send().
output data queue
Definition at line 100 of file ngx_http_xxslt_filter_module.h.
Referenced by ngx_http_xxslt_cleanup(), ngx_http_xxslt_enqueue_data(), and ngx_http_xxslt_finalize().
output data queue - tail
Definition at line 104 of file ngx_http_xxslt_filter_module.h.
Referenced by ngx_http_xxslt_enqueue_data(), and ngx_http_xxslt_process_data().
struct ngx_http_xxslt_selector_data_s* ngx_http_xxslt_filter_ctx_t::selector [read] |
selector context
Definition at line 107 of file ngx_http_xxslt_filter_module.h.
Referenced by ngx_http_xxslt_body_filter(), and ngx_http_xxslt_cleanup().