Searched refs:PR_WOULD_BLOCK_ERROR (Results 1 – 14 of 14) sorted by relevance
217 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in dtls_GatherData()232 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in dtls_GatherData()300 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl3_GatherCompleteHandshake()343 (PORT_GetError() == PR_WOULD_BLOCK_ERROR)) { in ssl3_GatherCompleteHandshake()348 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl3_GatherCompleteHandshake()
98 if (err == PR_WOULD_BLOCK_ERROR) { in ssl_DefSend()141 if (err == PR_WOULD_BLOCK_ERROR) { in ssl_DefWrite()
121 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl_Do1stHandshake()152 PORT_SetError(PR_WOULD_BLOCK_ERROR); /* perhaps redundant. */ in ssl3_AlwaysBlock()441 if ((sent < 0) && (PORT_GetError() != PR_WOULD_BLOCK_ERROR)) { in SSL_ForceHandshake()462 PORT_SetError(PR_WOULD_BLOCK_ERROR); in SSL_ForceHandshake()626 (PR_GetError() != PR_WOULD_BLOCK_ERROR)) { in DoRecv()649 PORT_SetError(PR_WOULD_BLOCK_ERROR); in DoRecv()1200 if ((rv < 0) && (PORT_GetError() != PR_WOULD_BLOCK_ERROR)) { in ssl_SecureRecv()1261 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl_SecureSend()
435 case EAGAIN: prError = PR_WOULD_BLOCK_ERROR; break; in nss_MD_unix_map_default_error()510 case EWOULDBLOCK: prError = PR_WOULD_BLOCK_ERROR; break; in nss_MD_unix_map_default_error()
338 case WSAEWOULDBLOCK: prError = PR_WOULD_BLOCK_ERROR; break; in nss_MD_win32_map_default_error()
883 if (PORT_GetError() == PR_WOULD_BLOCK_ERROR) { in ssl2_SendClear()976 if (PORT_GetError() == PR_WOULD_BLOCK_ERROR) { in ssl2_SendStream()1106 if (PORT_GetError() == PR_WOULD_BLOCK_ERROR) { in ssl2_SendBlock()
3044 if (sent < 0 && PR_GetError() != PR_WOULD_BLOCK_ERROR) { in ssl3_SendRecord()3058 if (PR_GetError() != PR_WOULD_BLOCK_ERROR) { in ssl3_SendRecord()3069 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in ssl3_SendRecord()3111 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl3_SendApplicationData()3147 if (totalSent > 0 && PR_GetError() == PR_WOULD_BLOCK_ERROR) { in ssl3_SendApplicationData()3170 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl3_SendApplicationData()3233 PORT_Assert(err != PR_WOULD_BLOCK_ERROR); in ssl3_FlushHandshakeMessages()3234 if (err == PR_WOULD_BLOCK_ERROR) { in ssl3_FlushHandshakeMessages()
2591 && (PR_GetError() == PR_WOULD_BLOCK_ERROR) \ in ssl_WriteV()
91 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in StreamRead()112 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in StreamWrite()574 case PR_WOULD_BLOCK_ERROR: in ContinueSSL()646 case PR_WOULD_BLOCK_ERROR: in Read()688 case PR_WOULD_BLOCK_ERROR: in Write()
51 #define PR_WOULD_BLOCK_ERROR (-5998L) macro
243 return PR_WOULD_BLOCK_ERROR; in MapErrorToNSS()281 case PR_WOULD_BLOCK_ERROR: in MapNSSError()
654 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadRead()669 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadWrite()
1998 if (prerr == PR_WOULD_BLOCK_ERROR) in DoPayloadWrite()
244 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in memio_Recv()280 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in memio_Send()