sheets             48 http/modules/ngx_http_xslt_filter_module.c     ngx_array_t          sheets;       /* ngx_http_xslt_sheet_t */
sheets            180 http/modules/ngx_http_xslt_filter_module.c     if (conf->sheets.nelts == 0
sheets            457 http/modules/ngx_http_xslt_filter_module.c     sheet = conf->sheets.elts;
sheets            469 http/modules/ngx_http_xslt_filter_module.c     for (i = 0; i < conf->sheets.nelts; i++) {
sheets            776 http/modules/ngx_http_xslt_filter_module.c     if (xlcf->sheets.elts == NULL) {
sheets            777 http/modules/ngx_http_xslt_filter_module.c         if (ngx_array_init(&xlcf->sheets, cf->pool, 1,
sheets            785 http/modules/ngx_http_xslt_filter_module.c     sheet = ngx_array_push(&xlcf->sheets);
sheets            943 http/modules/ngx_http_xslt_filter_module.c     if (conf->sheets.nelts == 0) {
sheets            944 http/modules/ngx_http_xslt_filter_module.c         conf->sheets = prev->sheets;