Structure for storing and processing of any data. More...
#include <ngx_http_xxslt_udata.h>
Data Fields | |
ngx_int_t | id |
ngx_http_request_t * | r |
ngx_chain_t * | buffer_chain |
output buffer chain | |
ngx_chain_t * | buffer_chain_tail |
output buffer chain - last buffer (tail) | |
ngx_int_t | res_len |
output length in bytes | |
ngx_uint_t | done |
done flag |
Structure for storing and processing of any data.
Definition at line 30 of file ngx_http_xxslt_udata.h.
ngx_chain_t* ngx_http_xxslt_unknown_data_t::buffer_chain |
output buffer chain
Definition at line 35 of file ngx_http_xxslt_udata.h.
Referenced by ngx_http_xxslt_process_unknown_result(), and ngx_http_xxslt_unknown_add_data_chunk().
ngx_chain_t* ngx_http_xxslt_unknown_data_t::buffer_chain_tail |
output buffer chain - last buffer (tail)
Definition at line 37 of file ngx_http_xxslt_udata.h.
Referenced by ngx_http_xxslt_unknown_add_data_chunk().
ngx_uint_t ngx_http_xxslt_unknown_data_t::done |
done flag
Definition at line 43 of file ngx_http_xxslt_udata.h.
Referenced by ngx_http_xxslt_process_data().
ngx_int_t ngx_http_xxslt_unknown_data_t::id |
Definition at line 31 of file ngx_http_xxslt_udata.h.
Referenced by ngx_http_xxslt_selector_add_unknown().
ngx_http_request_t* ngx_http_xxslt_unknown_data_t::r |
Definition at line 32 of file ngx_http_xxslt_udata.h.
Referenced by ngx_http_xxslt_selector_add_unknown(), ngx_http_xxslt_unknown_add_data_chunk(), and ngx_http_xxslt_unknown_create_new().
ngx_int_t ngx_http_xxslt_unknown_data_t::res_len |
output length in bytes
Definition at line 40 of file ngx_http_xxslt_udata.h.
Referenced by ngx_http_xxslt_process_unknown_result(), and ngx_http_xxslt_unknown_add_data_chunk().