ctxt              106 lib/common/xml_io.c     xmlParserCtxt *ctxt = NULL;
ctxt              110 lib/common/xml_io.c     ctxt = xmlNewParserCtxt();
ctxt              111 lib/common/xml_io.c     CRM_CHECK(ctxt != NULL, return NULL);
ctxt              113 lib/common/xml_io.c     xmlCtxtResetLastError(ctxt);
ctxt              114 lib/common/xml_io.c     xmlSetGenericErrorFunc(ctxt, pcmk__log_xmllib_err);
ctxt              117 lib/common/xml_io.c         output = xmlCtxtReadFd(ctxt, STDIN_FILENO, NULL, NULL,
ctxt              124 lib/common/xml_io.c             output = xmlCtxtReadDoc(ctxt, (const xmlChar *) input, NULL, NULL,
ctxt              130 lib/common/xml_io.c         output = xmlCtxtReadFile(ctxt, filename, NULL, XML_PARSE_NOBLANKS);
ctxt              147 lib/common/xml_io.c     last_error = xmlCtxtGetLastError(ctxt);
ctxt              154 lib/common/xml_io.c     xmlFreeParserCtxt(ctxt);
ctxt              171 lib/common/xml_io.c     xmlParserCtxt *ctxt = NULL;
ctxt              178 lib/common/xml_io.c     ctxt = xmlNewParserCtxt();
ctxt              179 lib/common/xml_io.c     if (ctxt == NULL) {
ctxt              183 lib/common/xml_io.c     xmlCtxtResetLastError(ctxt);
ctxt              184 lib/common/xml_io.c     xmlSetGenericErrorFunc(ctxt, pcmk__log_xmllib_err);
ctxt              186 lib/common/xml_io.c     output = xmlCtxtReadDoc(ctxt, (const xmlChar *) input, NULL, NULL,
ctxt              193 lib/common/xml_io.c     last_error = xmlCtxtGetLastError(ctxt);
ctxt              200 lib/common/xml_io.c     xmlFreeParserCtxt(ctxt);