Searched refs:errorString (Results 1 - 12 of 12) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerror.c69 if (NULL != thread->errorString)
70 PR_DELETE(thread->errorString);
78 if (NULL != thread->errorString)
79 PR_DELETE(thread->errorString);
80 thread->errorString = (char*)PR_MALLOC(size);
81 if ( NULL == thread->errorString ) {
88 memcpy(thread->errorString, text, textLength+1 );
103 memcpy(text, thread->errorString, thread->errorStringLength+1);
/vbox/src/VBox/Frontends/VirtualBox/src/net/
H A DUINetworkReply.h49 QString errorString() const;
H A DUINetworkRequest.cpp156 emit sigFailed(m_pReply->errorString());
158 emit sigFailed(m_uuid, m_pReply->errorString());
H A DUINetworkReply.cpp641 QString errorString() const function in class:UINetworkReplyPrivate
790 QString UINetworkReply::errorString() const function in class:UINetworkReply
795 case UINetworkReplyType_Qt: strResult = qobject_cast<QNetworkReply*>(m_pReply)->errorString(); break;
796 case UINetworkReplyType_Our: strResult = qobject_cast<UINetworkReplyPrivate*>(m_pReply)->errorString(); break;
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Dstate_getstring.c46 return g->program.errorString;
H A Dstate_snapshot.c1723 CRASSERT(!pContext->program.errorString);
2127 SLC_COPYPTR(program.errorString);
H A Dstate_program.c1749 p->errorString = NULL;
/vbox/src/VBox/GuestHost/OpenGL/include/state/
H A Dcr_program.h96 const GLubyte *errorString; member in struct:__anon16228
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/
H A Dprcthr.c70 PR_DELETE(thread->errorString);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/pthreads/
H A Dptthread.c884 if (NULL != thred->errorString)
885 PR_Free(thred->errorString);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/threads/combined/
H A Dpruthr.c280 PR_ASSERT(thread->errorString == 0 && thread->errorStringSize == 0);
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/private/
H A Dprimpl.h1592 char *errorString; /* current error string | NULL */ member in struct:PRThread

Completed in 2169 milliseconds