ctxt             2754 lib/common/xml.c     xmlParserCtxtPtr ctxt = NULL;
ctxt             2763 lib/common/xml.c     ctxt = xmlNewParserCtxt();
ctxt             2764 lib/common/xml.c     CRM_CHECK(ctxt != NULL, return NULL);
ctxt             2768 lib/common/xml.c     xmlCtxtResetLastError(ctxt);
ctxt             2769 lib/common/xml.c     xmlSetGenericErrorFunc(ctxt, crm_xml_err);
ctxt             2772 lib/common/xml.c         xmlCtxtReadDoc(ctxt, (const xmlChar *)input, NULL, NULL,
ctxt             2777 lib/common/xml.c     last_error = xmlCtxtGetLastError(ctxt);
ctxt             2810 lib/common/xml.c     xmlFreeParserCtxt(ctxt);
ctxt             2939 lib/common/xml.c     xmlParserCtxtPtr ctxt = NULL;
ctxt             2944 lib/common/xml.c     ctxt = xmlNewParserCtxt();
ctxt             2945 lib/common/xml.c     CRM_CHECK(ctxt != NULL, return NULL);
ctxt             2949 lib/common/xml.c     xmlCtxtResetLastError(ctxt);
ctxt             2950 lib/common/xml.c     xmlSetGenericErrorFunc(ctxt, crm_xml_err);
ctxt             2959 lib/common/xml.c         output = xmlCtxtReadFd(ctxt, STDIN_FILENO, "unknown.xml", NULL, xml_options);
ctxt             2962 lib/common/xml.c         output = xmlCtxtReadFile(ctxt, filename, NULL, xml_options);
ctxt             2967 lib/common/xml.c         output = xmlCtxtReadDoc(ctxt, (const xmlChar *)input, NULL, NULL, xml_options);
ctxt             2975 lib/common/xml.c     last_error = xmlCtxtGetLastError(ctxt);
ctxt             2993 lib/common/xml.c     xmlFreeParserCtxt(ctxt);