xslt              273 lib/common/schemas.c     char *xslt = NULL,
xslt              281 lib/common/schemas.c         xslt = pcmk__xml_artefact_path(pcmk__xml_artefact_ns_legacy_xslt,
xslt              288 lib/common/schemas.c     } else if (stat(xslt, &s) == 0) {
xslt              291 lib/common/schemas.c         free(xslt);
xslt              292 lib/common/schemas.c         xslt = pcmk__xml_artefact_path(pcmk__xml_artefact_ns_legacy_xslt,
xslt              294 lib/common/schemas.c         if (stat(xslt, &s) != 0) {
xslt              296 lib/common/schemas.c             crm_debug("Upgrade-enter transform %s.xsl not found", xslt);
xslt              297 lib/common/schemas.c             free(xslt);
xslt              300 lib/common/schemas.c             xslt = pcmk__xml_artefact_path(pcmk__xml_artefact_ns_legacy_xslt,
xslt              302 lib/common/schemas.c             if (stat(xslt, &s) != 0) {
xslt              303 lib/common/schemas.c                 crm_debug("Upgrade-enter transform %s.xsl not found, either", xslt);
xslt              304 lib/common/schemas.c                 free(xslt);
xslt              305 lib/common/schemas.c                 xslt = NULL;
xslt              309 lib/common/schemas.c         if (xslt != NULL) {
xslt              311 lib/common/schemas.c             memcpy(strrchr(xslt, '-') + 1, "leave", sizeof("leave") - 1);
xslt              312 lib/common/schemas.c             transform_onleave = (stat(xslt, &s) == 0);
xslt              313 lib/common/schemas.c             free(xslt);
xslt              320 lib/common/schemas.c         crm_err("Upgrade transform %s not found", xslt);
xslt              321 lib/common/schemas.c         free(xslt);
xslt              913 lib/common/schemas.c     xsltStylesheet *xslt = NULL;
xslt              935 lib/common/schemas.c     xslt = xsltParseStylesheetFile((pcmkXmlStr) xform);
xslt              936 lib/common/schemas.c     CRM_CHECK(xslt != NULL, goto cleanup);
xslt              938 lib/common/schemas.c     res = xsltApplyStylesheet(xslt, doc, NULL);
xslt              946 lib/common/schemas.c                                            &emergency_txt_len, res, xslt);
xslt              956 lib/common/schemas.c     if (xslt) {
xslt              957 lib/common/schemas.c         xsltFreeStylesheet(xslt);
xslt              247 lib/pacemaker/pcmk_acl.c     xsltStylesheet *xslt;
xslt              306 lib/pacemaker/pcmk_acl.c     xslt = xsltParseStylesheetDoc(xslt_doc);  /* acquires xslt_doc! */
xslt              307 lib/pacemaker/pcmk_acl.c     if (xslt == NULL) {
xslt              315 lib/pacemaker/pcmk_acl.c     xslt_ctxt = xsltNewTransformContext(xslt, annotated_doc);
xslt              328 lib/pacemaker/pcmk_acl.c     res = xsltApplyStylesheetUser(xslt, annotated_doc, NULL,
xslt              348 lib/pacemaker/pcmk_acl.c         int temp = xsltSaveResultToString(doc_txt_ptr, &doc_txt_len, res, xslt);
xslt              356 lib/pacemaker/pcmk_acl.c     xsltFreeStylesheet(xslt);