|
Groonga 3.0.9 Source Code Document
|

Data Fields | |
| xmlDocPtr | doc |
| xmlParserCtxtPtr | ctxt |
| xsltTransformContextPtr | transform |
| ngx_http_request_t * | request |
| ngx_array_t | params |
| ngx_uint_t | done |
Definition at line 64 of file ngx_http_xslt_filter_module.c.
| xmlParserCtxtPtr ctxt |
Definition at line 66 of file ngx_http_xslt_filter_module.c.
| xmlDocPtr doc |
Definition at line 65 of file ngx_http_xslt_filter_module.c.
| ngx_uint_t done |
Definition at line 71 of file ngx_http_xslt_filter_module.c.
| ngx_array_t params |
Definition at line 69 of file ngx_http_xslt_filter_module.c.
| ngx_http_request_t* request |
Definition at line 68 of file ngx_http_xslt_filter_module.c.
| xsltTransformContextPtr transform |
Definition at line 67 of file ngx_http_xslt_filter_module.c.
1.8.1.2