sheet             453 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_sheet_t            *sheet;
sheet             457 http/modules/ngx_http_xslt_filter_module.c     sheet = conf->sheets.elts;
sheet             471 http/modules/ngx_http_xslt_filter_module.c         if (ngx_http_xslt_params(r, ctx, &sheet[i].params) != NGX_OK) {
sheet             476 http/modules/ngx_http_xslt_filter_module.c         res = xsltApplyStylesheet(sheet[i].stylesheet, doc, ctx->params.elts);
sheet             495 http/modules/ngx_http_xslt_filter_module.c         type = ngx_http_xslt_content_type(sheet[i - 1].stylesheet);
sheet             501 http/modules/ngx_http_xslt_filter_module.c     encoding = ngx_http_xslt_encoding(sheet[i - 1].stylesheet);
sheet             509 http/modules/ngx_http_xslt_filter_module.c     rc = xsltSaveResultToString(&buf, &len, doc, sheet[i - 1].stylesheet);
sheet             769 http/modules/ngx_http_xslt_filter_module.c     ngx_http_xslt_sheet_t             *sheet;
sheet             785 http/modules/ngx_http_xslt_filter_module.c     sheet = ngx_array_push(&xlcf->sheets);
sheet             786 http/modules/ngx_http_xslt_filter_module.c     if (sheet == NULL) {
sheet             790 http/modules/ngx_http_xslt_filter_module.c     ngx_memzero(sheet, sizeof(ngx_http_xslt_sheet_t));
sheet             801 http/modules/ngx_http_xslt_filter_module.c             sheet->stylesheet = file[i].data;
sheet             811 http/modules/ngx_http_xslt_filter_module.c     sheet->stylesheet = xsltParseStylesheetFile(value[1].data);
sheet             812 http/modules/ngx_http_xslt_filter_module.c     if (sheet->stylesheet == NULL) {
sheet             820 http/modules/ngx_http_xslt_filter_module.c     cln->data = sheet->stylesheet;
sheet             828 http/modules/ngx_http_xslt_filter_module.c     file->data = sheet->stylesheet;
sheet             838 http/modules/ngx_http_xslt_filter_module.c     if (ngx_array_init(&sheet->params, cf->pool, n - 2,
sheet             847 http/modules/ngx_http_xslt_filter_module.c         param = ngx_array_push(&sheet->params);