Groonga 3.0.9 Source Code Document
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages
Data Fields
ngx_http_xslt_filter_ctx_t Struct Reference
Collaboration diagram for ngx_http_xslt_filter_ctx_t:
Collaboration graph
[legend]

Data Fields

xmlDocPtr doc
xmlParserCtxtPtr ctxt
xsltTransformContextPtr transform
ngx_http_request_trequest
ngx_array_t params
ngx_uint_t done

Detailed Description

Definition at line 64 of file ngx_http_xslt_filter_module.c.

Field Documentation

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.

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.


The documentation for this struct was generated from the following file: