Searched defs:xmlLastError (Results 1 - 3 of 3) sorted by relevance

/external/libxml2/include/libxml/
H A Dglobals.h101 #undef xmlLastError macro
162 xmlError xmlLastError; member in struct:_xmlGlobalState
277 #define xmlLastError \ macro
280 XMLPUBVAR xmlError xmlLastError; variable
/external/libxml2/
H A Dthreads.c550 #ifdef xmlLastError
551 #undef xmlLastError macro
566 /* free any memory allocated in the thread's xmlLastError */
567 xmlResetError(&(gs->xmlLastError));
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);

Completed in 96 milliseconds