Home
last modified time | relevance | path

Searched refs:PR_ASSERT (Results 1 – 18 of 18) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslmutex.c14 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 …]
Dsslsnce.c2151PR_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()
Dwin32err.c123 PR_ASSERT(err != WSANOTINITIALISED); in nss_MD_win32_map_socket_error()
Dsslsock.c2671 PR_ASSERT(!blocking); \ in ssl_WriteV()
Dssl3con.c2918 PR_ASSERT(type == content_alert); in ssl3_SendRecord()
/external/chromium_org/net/base/
Dnss_memio.c227 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()
/external/chromium/net/base/
Dnss_memio.c223 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()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/
Dprlog.h238 #define PR_ASSERT(_expr) \ macro
246 #define PR_ASSERT(expr) ((void) 0) macro
Dplarena.h143 #define PL_CLEAR_UNUSED(a) (PR_ASSERT((a)->avail <= (a)->limit), \
/external/chromium/base/third_party/nspr/
Dprtime.h58 #define PR_ASSERT DCHECK macro
Dprtime.cc538 PR_ASSERT(string && result); in PR_ParseTimeString()
1070 PR_ASSERT (0); in PR_ParseTimeString()
1118 PR_ASSERT(result->tm_month > -1 && in PR_ParseTimeString()
/external/chromium_org/base/third_party/nspr/
Dprtime.h58 #define PR_ASSERT DCHECK macro
Dprtime.cc543 PR_ASSERT(string && result); in PR_ParseTimeString()
1076 PR_ASSERT (0); in PR_ParseTimeString()
1124 PR_ASSERT(result->tm_month > -1 && in PR_ParseTimeString()
/external/chromium_org/third_party/npapi/npspy/extern/nspr/md/
D_irix.h348 PR_ASSERT(_thread->no_sched); \
354 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
D_macos.h309 PR_ASSERT(_thread->no_sched); \
316 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
D_nspr_pthread.h84 PR_ASSERT(_thread->no_sched); \
D_solaris.h657 PR_ASSERT(_thread->no_sched); \
671 PR_ASSERT(_MD_LAST_THREAD() !=_MD_CURRENT_THREAD()); \
D_win16.h242 #define MD_ASSERTINT( x ) PR_ASSERT( (x) < 65535 )