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

/vbox/src/libs/libxml2-2.6.31/include/libxml/
H A Dglobals.h72 #undef xmlLastError macro
121 xmlError xmlLastError; member in struct:_xmlGlobalState
233 #define xmlLastError \ macro
236 XMLPUBVAR xmlError xmlLastError; variable
/vbox/src/libs/libxml2-2.6.31/
H A Dthreads.c527 #ifdef xmlLastError
528 #undef xmlLastError macro
542 /* free any memory allocated in the thread's xmlLastError */
543 xmlResetError(&(gs->xmlLastError));
H A Dglobals.c164 #undef xmlLastError macro
317 xmlError xmlLastError; variable
553 memset(&gs->xmlLastError, 0, sizeof(xmlError));
704 #undef xmlLastError macro
708 return (&xmlLastError);
710 return (&xmlGetGlobalState()->xmlLastError);

Completed in 47 milliseconds