XXSLT filter context. More...
#include <ngx_http_xslt2_filter_module.h>
Data Fields | |
ngx_int_t | data_type |
ngx_http_xslt2_xml_data_t * | xml_data |
xml data | |
ngx_flag_t | async |
asynchronous transfer mode | |
ngx_flag_t | done |
processing is finished |
XXSLT filter context.
Definition at line 60 of file ngx_http_xslt2_filter_module.h.
ngx_flag_t ngx_http_xslt2_filter_ctx_t::async |
asynchronous transfer mode
Definition at line 67 of file ngx_http_xslt2_filter_module.h.
Referenced by ngx_http_xslt2_body_filter(), and ngx_http_xslt2_send().
ngx_int_t ngx_http_xslt2_filter_ctx_t::data_type |
Definition at line 61 of file ngx_http_xslt2_filter_module.h.
ngx_flag_t ngx_http_xslt2_filter_ctx_t::done |
processing is finished
Definition at line 70 of file ngx_http_xslt2_filter_module.h.
Referenced by ngx_http_xslt2_body_filter(), and ngx_http_xslt2_send().
xml data
Definition at line 64 of file ngx_http_xslt2_filter_module.h.
Referenced by ngx_http_xslt2_body_filter(), ngx_http_xslt2_cleanup(), and ngx_http_xslt2_process_data().