ctxt              107 lib/common/xml_io.c     xmlParserCtxt *ctxt = NULL;
ctxt              111 lib/common/xml_io.c     ctxt = xmlNewParserCtxt();
ctxt              112 lib/common/xml_io.c     CRM_CHECK(ctxt != NULL, return NULL);
ctxt              114 lib/common/xml_io.c     xmlCtxtResetLastError(ctxt);
ctxt              115 lib/common/xml_io.c     xmlSetGenericErrorFunc(ctxt, pcmk__log_xmllib_err);
ctxt              118 lib/common/xml_io.c         output = xmlCtxtReadFd(ctxt, STDIN_FILENO, NULL, NULL,
ctxt              125 lib/common/xml_io.c             output = xmlCtxtReadDoc(ctxt, (pcmkXmlStr) input, NULL, NULL,
ctxt              131 lib/common/xml_io.c         output = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_NOBLANKS);
ctxt              148 lib/common/xml_io.c     last_error = xmlCtxtGetLastError(ctxt);
ctxt              155 lib/common/xml_io.c     xmlFreeParserCtxt(ctxt);
ctxt              172 lib/common/xml_io.c     xmlParserCtxt *ctxt = NULL;
ctxt              179 lib/common/xml_io.c     ctxt = xmlNewParserCtxt();
ctxt              180 lib/common/xml_io.c     if (ctxt == NULL) {
ctxt              184 lib/common/xml_io.c     xmlCtxtResetLastError(ctxt);
ctxt              185 lib/common/xml_io.c     xmlSetGenericErrorFunc(ctxt, pcmk__log_xmllib_err);
ctxt              187 lib/common/xml_io.c     output = xmlCtxtReadDoc(ctxt, (pcmkXmlStr) input, NULL, NULL,
ctxt              194 lib/common/xml_io.c     last_error = xmlCtxtGetLastError(ctxt);
ctxt              201 lib/common/xml_io.c     xmlFreeParserCtxt(ctxt);