last_error        805 lib/common/xml.c     const xmlError *last_error = NULL;
last_error        833 lib/common/xml.c     last_error = xmlCtxtGetLastError(ctxt);
last_error        834 lib/common/xml.c     if (last_error && last_error->code != XML_ERR_OK) {
last_error        841 lib/common/xml.c                  last_error->domain, last_error->level, last_error->code, last_error->message);
last_error        843 lib/common/xml.c         if (last_error->code == XML_ERR_DOCUMENT_EMPTY) {
last_error        846 lib/common/xml.c         } else if (last_error->code != XML_ERR_DOCUMENT_END) {
last_error        996 lib/common/xml.c     const xmlError *last_error = NULL;
last_error       1058 lib/common/xml.c     last_error = xmlCtxtGetLastError(ctxt);
last_error       1059 lib/common/xml.c     if (last_error && last_error->code != XML_ERR_OK) {
last_error       1066 lib/common/xml.c                 last_error->domain, last_error->level, last_error->code, last_error->message);
last_error       1068 lib/common/xml.c         if (last_error && last_error->code != XML_ERR_OK) {
last_error        195 libltdl/loaders/loadlibrary.c     DWORD last_error;
last_error        202 libltdl/loaders/loadlibrary.c     last_error = GetLastError ();
last_error        204 libltdl/loaders/loadlibrary.c     SetLastError (last_error);
last_error         35 libltdl/lt_error.c static const char	*last_error	= 0;
last_error        104 libltdl/lt_error.c   return last_error;
last_error        110 libltdl/lt_error.c   return last_error = errormsg;