Searched refs:PR_ASSERT (Results 1 – 18 of 18) sorted by relevance
14 PR_ASSERT(pMutex != 0 && pMutex->u.sslLock == 0 ); in single_process_sslMutex_Init()25 PR_ASSERT(pMutex != 0); in single_process_sslMutex_Destroy()26 PR_ASSERT(pMutex->u.sslLock!= 0); in single_process_sslMutex_Destroy()37 PR_ASSERT(pMutex != 0 ); in single_process_sslMutex_Unlock()38 PR_ASSERT(pMutex->u.sslLock !=0); in single_process_sslMutex_Unlock()49 PR_ASSERT(pMutex != 0); in single_process_sslMutex_Lock()50 PR_ASSERT(pMutex->u.sslLock != 0 ); in single_process_sslMutex_Lock()99 PR_ASSERT(pMutex); in sslMutex_Init()324 PR_ASSERT(sem); in sslMutex_2LevelInit()350 PR_ASSERT(pMutex != 0 && (pMutex->u.sslMutx == 0 || in sslMutex_Init()[all …]
2151 …PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_ConfigServerSessionIDCache)"); in SSL_ConfigServerSessionIDCache()2161 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_ConfigMPServerSIDCache)"); in SSL_ConfigMPServerSIDCache()2168 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_InheritMPServerSIDCache)"); in SSL_InheritMPServerSIDCache()2178 PR_ASSERT(!"SSL servers are not supported on this platform. (ssl_GetWrappingKey)"); in ssl_GetWrappingKey()2195 PR_ASSERT(!"SSL servers are not supported on this platform. (ssl_SetWrappingKey)"); in ssl_SetWrappingKey()2202 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_GetMaxServerCacheLocks)"); in SSL_GetMaxServerCacheLocks()2209 PR_ASSERT(!"SSL servers are not supported on this platform. (SSL_SetMaxServerCacheLocks)"); in SSL_SetMaxServerCacheLocks()
123 PR_ASSERT(err != WSANOTINITIALISED); in nss_MD_win32_map_socket_error()
2671 PR_ASSERT(!blocking); \ in ssl_WriteV()
2918 PR_ASSERT(type == content_alert); in ssl3_SendRecord()
227 PR_ASSERT(mb->bufsize); in memio_Recv()266 PR_ASSERT(mb->bufsize); in memio_Send()413 PR_ASSERT(mb->bufsize); in memio_GetReadParams()422 PR_ASSERT(mb->bufsize); in memio_GetReadableBufferSize()430 PR_ASSERT(mb->bufsize); in memio_PutReadResult()449 PR_ASSERT(mb->bufsize); in memio_GetWriteParams()460 PR_ASSERT(mb->bufsize); in memio_PutWriteResult()
223 PR_ASSERT(mb->bufsize); in memio_Recv()251 PR_ASSERT(mb->bufsize); in memio_Send()388 PR_ASSERT(mb->bufsize); in memio_GetReadParams()397 PR_ASSERT(mb->bufsize); in memio_PutReadResult()416 PR_ASSERT(mb->bufsize); in memio_GetWriteParams()427 PR_ASSERT(mb->bufsize); in memio_PutWriteResult()
238 #define PR_ASSERT(_expr) \ macro246 #define PR_ASSERT(expr) ((void) 0) macro
143 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
58 #define PR_ASSERT DCHECK macro
538 PR_ASSERT(string && result); in PR_ParseTimeString()1070 PR_ASSERT (0); in PR_ParseTimeString()1118 PR_ASSERT(result->tm_month > -1 && in PR_ParseTimeString()
543 PR_ASSERT(string && result); in PR_ParseTimeString()1076 PR_ASSERT (0); in PR_ParseTimeString()1124 PR_ASSERT(result->tm_month > -1 && in PR_ParseTimeString()
348 PR_ASSERT(_thread->no_sched); \354 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
309 PR_ASSERT(_thread->no_sched); \316 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
84 PR_ASSERT(_thread->no_sched); \
657 PR_ASSERT(_thread->no_sched); \671 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
242 #define MD_ASSERTINT( x ) PR_ASSERT( (x) < 65535 )