Searched refs:xmlLastError (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/libxml/src/include/libxml/
H A Dglobals.h97 #undef xmlLastError macro
158 xmlError xmlLastError; member in struct:_xmlGlobalState
272 #define xmlLastError \ macro
275 XMLPUBVAR xmlError xmlLastError; variable
/external/libxml2/include/libxml/
H A Dglobals.h97 #undef xmlLastError macro
158 xmlError xmlLastError; member in struct:_xmlGlobalState
272 #define xmlLastError \ macro
275 XMLPUBVAR xmlError xmlLastError; variable
/external/chromium_org/third_party/libxml/src/
H A Dglobals.c185 #undef xmlLastError macro
345 xmlError xmlLastError; variable
582 memset(&gs->xmlLastError, 0, sizeof(xmlError));
733 #undef xmlLastError macro
737 return (&xmlLastError);
739 return (&xmlGetGlobalState()->xmlLastError);
H A Derror.c452 xmlErrorPtr to = &xmlLastError;
589 if (to != &xmlLastError)
590 xmlCopyError(to,&xmlLastError);
852 if (xmlLastError.code == XML_ERR_OK)
854 return (&xmlLastError);
893 if (xmlLastError.code == XML_ERR_OK)
895 xmlResetError(&xmlLastError);
H A Dthreads.c547 #ifdef xmlLastError
548 #undef xmlLastError macro
563 /* free any memory allocated in the thread's xmlLastError */
564 xmlResetError(&(gs->xmlLastError));
/external/libxml2/
H A Dglobals.c166 #undef xmlLastError macro
326 xmlError xmlLastError; variable
563 memset(&gs->xmlLastError, 0, sizeof(xmlError));
714 #undef xmlLastError macro
718 return (&xmlLastError);
720 return (&xmlGetGlobalState()->xmlLastError);
H A Derror.c464 xmlErrorPtr to = &xmlLastError;
598 if (to != &xmlLastError)
599 xmlCopyError(to,&xmlLastError);
859 if (xmlLastError.code == XML_ERR_OK)
861 return (&xmlLastError);
900 if (xmlLastError.code == XML_ERR_OK)
902 xmlResetError(&xmlLastError);
H A Dthreads.c548 #ifdef xmlLastError
549 #undef xmlLastError macro
564 /* free any memory allocated in the thread's xmlLastError */
565 xmlResetError(&(gs->xmlLastError));

Completed in 187 milliseconds