Searched defs:PR_Assert (Results 1 - 2 of 2) sorted by relevance

/vbox/src/libs/xpcom18a4/nsprpub/pr/include/
H A Dprlog.h49 #define PR_Assert VBoxNsprPR_Assert macro
249 NSPR_API(void) PR_Assert(const char *s, const char *file, PRIntn ln);
251 ((_expr)?((void)0):PR_Assert(# _expr,__FILE__,__LINE__))
254 PR_Assert(_reasonStr,__FILE__,__LINE__)
/vbox/src/libs/xpcom18a4/nsprpub/pr/src/io/
H A Dprlog.c593 PR_IMPLEMENT(void) PR_Assert(const char *s, const char *file, PRIntn ln) function

Completed in 1775 milliseconds