xslt              272 lib/common/schemas.c     char *xslt = NULL,
xslt              280 lib/common/schemas.c         xslt = pcmk__xml_artefact_path(pcmk__xml_artefact_ns_legacy_xslt,
xslt              287 lib/common/schemas.c     } else if (stat(xslt, &s) == 0) {
xslt              290 lib/common/schemas.c         free(xslt);
xslt              291 lib/common/schemas.c         xslt = pcmk__xml_artefact_path(pcmk__xml_artefact_ns_legacy_xslt,
xslt              293 lib/common/schemas.c         if (stat(xslt, &s) != 0) {
xslt              295 lib/common/schemas.c             crm_debug("Upgrade-enter transform %s.xsl not found", xslt);
xslt              296 lib/common/schemas.c             free(xslt);
xslt              299 lib/common/schemas.c             xslt = pcmk__xml_artefact_path(pcmk__xml_artefact_ns_legacy_xslt,
xslt              301 lib/common/schemas.c             if (stat(xslt, &s) != 0) {
xslt              302 lib/common/schemas.c                 crm_debug("Upgrade-enter transform %s.xsl not found, either", xslt);
xslt              303 lib/common/schemas.c                 free(xslt);
xslt              304 lib/common/schemas.c                 xslt = NULL;
xslt              308 lib/common/schemas.c         if (xslt != NULL) {
xslt              310 lib/common/schemas.c             memcpy(strrchr(xslt, '-') + 1, "leave", sizeof("leave") - 1);
xslt              311 lib/common/schemas.c             transform_onleave = (stat(xslt, &s) == 0);
xslt              312 lib/common/schemas.c             free(xslt);
xslt              319 lib/common/schemas.c         crm_err("Upgrade transform %s not found", xslt);
xslt              320 lib/common/schemas.c         free(xslt);
xslt              904 lib/common/schemas.c     xsltStylesheet *xslt = NULL;
xslt              926 lib/common/schemas.c     xslt = xsltParseStylesheetFile((pcmkXmlStr) xform);
xslt              927 lib/common/schemas.c     CRM_CHECK(xslt != NULL, goto cleanup);
xslt              929 lib/common/schemas.c     res = xsltApplyStylesheet(xslt, doc, NULL);
xslt              937 lib/common/schemas.c                                            &emergency_txt_len, res, xslt);
xslt              947 lib/common/schemas.c     if (xslt) {
xslt              948 lib/common/schemas.c         xsltFreeStylesheet(xslt);
xslt              245 lib/pacemaker/pcmk_acl.c     xsltStylesheet *xslt;
xslt              304 lib/pacemaker/pcmk_acl.c     xslt = xsltParseStylesheetDoc(xslt_doc);  /* acquires xslt_doc! */
xslt              305 lib/pacemaker/pcmk_acl.c     if (xslt == NULL) {
xslt              313 lib/pacemaker/pcmk_acl.c     xslt_ctxt = xsltNewTransformContext(xslt, annotated_doc);
xslt              326 lib/pacemaker/pcmk_acl.c     res = xsltApplyStylesheetUser(xslt, annotated_doc, NULL,
xslt              346 lib/pacemaker/pcmk_acl.c         int temp = xsltSaveResultToString(doc_txt_ptr, &doc_txt_len, res, xslt);
xslt              354 lib/pacemaker/pcmk_acl.c     xsltFreeStylesheet(xslt);