xmlChar            70 http/modules/ngx_http_xslt_filter_module.c static void ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
xmlChar            71 http/modules/ngx_http_xslt_filter_module.c     const xmlChar *externalId, const xmlChar *systemId);
xmlChar           368 http/modules/ngx_http_xslt_filter_module.c ngx_http_xslt_sax_external_subset(void *data, const xmlChar *name,
xmlChar           369 http/modules/ngx_http_xslt_filter_module.c     const xmlChar *externalId, const xmlChar *systemId)
xmlChar           386 http/modules/ngx_http_xslt_filter_module.c                    name ? name : (xmlChar *) "",
xmlChar           387 http/modules/ngx_http_xslt_filter_module.c                    externalId ? externalId : (xmlChar *) "",
xmlChar           388 http/modules/ngx_http_xslt_filter_module.c                    systemId ? systemId : (xmlChar *) "");
xmlChar           451 http/modules/ngx_http_xslt_filter_module.c     xmlChar                          *buf;
xmlChar           737 http/modules/ngx_http_xslt_filter_module.c     xlcf->dtd = xmlParseDTD(NULL, (xmlChar *) value[1].data);