Searched refs:PR_GetErrorTextLength (Results 1 - 7 of 7) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/src/cplus/
H A Drcbase.cpp46 PRSize RCBase::GetErrorTextLength() { return PR_GetErrorTextLength(); }
/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprerror.h48 #define PR_GetErrorTextLength VBoxNsprPR_GetErrorTextLength macro
100 NSPR_API(PRInt32) PR_GetErrorTextLength(void);
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/misc/
H A Dprerror.c93 PR_IMPLEMENT(PRInt32) PR_GetErrorTextLength(void)
97 } /* PR_GetErrorTextLength */
/vbox/src/libs/xpcom18a4/nsprpub/pr/tests/
H A Derrset.c179 len1 = PR_GetErrorTextLength();
H A Ddlltest.c100 PRInt32 textLength = PR_GetErrorTextLength();
/vbox/src/libs/xpcom18a4/xpcom/components/
H A DnsNativeComponentLoader.cpp130 if (PR_GetErrorTextLength() < (int) sizeof(errorMsg))
397 if (PR_GetErrorTextLength() < (int) sizeof(errorMsg))
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/linking/
H A Dprlink.c348 error = (char*)PR_MALLOC(PR_GetErrorTextLength());

Completed in 53 milliseconds