Selector structure. More...
#include <ngx_http_xxslt_selector.h>
Data Fields | |
| u_char * | open |
| opening tag string | |
| ngx_int_t | o_pos |
| current parser position | |
| ngx_int_t | o_len |
| length of opening tag | |
| u_char * | close |
| closing tag string | |
| ngx_int_t | c_pos |
| current parser position | |
| ngx_int_t | c_len |
| length of closing tag | |
| ngx_chain_t * | cl_before |
| last position other than tag (in chain link) | |
| u_char * | buf_before |
| last position other than tag (in buffer) | |
| ngx_int_t | state |
| selector state | |
Selector structure.
Definition at line 44 of file ngx_http_xxslt_selector.h.
last position other than tag (in buffer)
Definition at line 62 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk().
| ngx_int_t ngx_http_xxslt_selector_match_t::c_len |
length of closing tag
Definition at line 57 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk(), and ngx_http_xxslt_selector_init().
| ngx_int_t ngx_http_xxslt_selector_match_t::c_pos |
current parser position
Definition at line 55 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk().
| ngx_chain_t* ngx_http_xxslt_selector_match_t::cl_before |
last position other than tag (in chain link)
Definition at line 60 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk().
closing tag string
Definition at line 53 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk(), and ngx_http_xxslt_selector_init().
| ngx_int_t ngx_http_xxslt_selector_match_t::o_len |
length of opening tag
Definition at line 50 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk(), and ngx_http_xxslt_selector_init().
| ngx_int_t ngx_http_xxslt_selector_match_t::o_pos |
current parser position
Definition at line 48 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk().
opening tag string
Definition at line 46 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk(), and ngx_http_xxslt_selector_init().
| ngx_int_t ngx_http_xxslt_selector_match_t::state |
selector state
Definition at line 65 of file ngx_http_xxslt_selector.h.
Referenced by ngx_http_xxslt_selector_add_data_chunk(), and ngx_http_xxslt_selector_init().
1.6.1