stylesheet         41 http/modules/ngx_http_xslt_filter_module.c     xsltStylesheetPtr    stylesheet;
stylesheet        476 http/modules/ngx_http_xslt_filter_module.c         res = xsltApplyStylesheet(sheet[i].stylesheet, doc, ctx->params.elts);
stylesheet        495 http/modules/ngx_http_xslt_filter_module.c         type = ngx_http_xslt_content_type(sheet[i - 1].stylesheet);
stylesheet        501 http/modules/ngx_http_xslt_filter_module.c     encoding = ngx_http_xslt_encoding(sheet[i - 1].stylesheet);
stylesheet        509 http/modules/ngx_http_xslt_filter_module.c     rc = xsltSaveResultToString(&buf, &len, doc, sheet[i - 1].stylesheet);
stylesheet        801 http/modules/ngx_http_xslt_filter_module.c             sheet->stylesheet = file[i].data;
stylesheet        811 http/modules/ngx_http_xslt_filter_module.c     sheet->stylesheet = xsltParseStylesheetFile(value[1].data);
stylesheet        812 http/modules/ngx_http_xslt_filter_module.c     if (sheet->stylesheet == NULL) {
stylesheet        820 http/modules/ngx_http_xslt_filter_module.c     cln->data = sheet->stylesheet;
stylesheet        828 http/modules/ngx_http_xslt_filter_module.c     file->data = sheet->stylesheet;