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.c452 xmlErrorPtr to = &xmlLastError;
584 if (to != &xmlLastError)
585 xmlCopyError(to,&xmlLastError);
842 if (xmlLastError.code == XML_ERR_OK)
844 return (&xmlLastError);
883 if (xmlLastError.code == XML_ERR_OK)
885 xmlResetError(&xmlLastError);
H A Dthreads.c549 #ifdef xmlLastError
550 #undef xmlLastError macro
565 /* free any memory allocated in the thread's xmlLastError */
566 xmlResetError(&(gs->xmlLastError));

Completed in 116 milliseconds