Searched refs:PR_WOULD_BLOCK_ERROR (Results 1 – 18 of 18) 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()337 (PORT_GetError() == PR_WOULD_BLOCK_ERROR)) { in ssl3_GatherCompleteHandshake()342 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()1262 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()
3040 if (sent < 0 && PR_GetError() != PR_WOULD_BLOCK_ERROR) { in ssl3_SendRecord()3054 if (PR_GetError() != PR_WOULD_BLOCK_ERROR) { in ssl3_SendRecord()3065 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in ssl3_SendRecord()3107 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl3_SendApplicationData()3143 if (totalSent > 0 && PR_GetError() == PR_WOULD_BLOCK_ERROR) { in ssl3_SendApplicationData()3166 PORT_SetError(PR_WOULD_BLOCK_ERROR); in ssl3_SendApplicationData()3229 PORT_Assert(err != PR_WOULD_BLOCK_ERROR); in ssl3_FlushHandshakeMessages()3230 if (err == PR_WOULD_BLOCK_ERROR) { in ssl3_FlushHandshakeMessages()
2663 && (PR_GetError() == PR_WOULD_BLOCK_ERROR) \ in ssl_WriteV()
97 return PR_WOULD_BLOCK_ERROR; in MapErrorToNSS()133 case PR_WOULD_BLOCK_ERROR: in MapNSSError()
485 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadRead()500 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadWrite()
1637 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadRead()1658 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadWrite()
107 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in StreamRead()128 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in StreamWrite()586 case PR_WOULD_BLOCK_ERROR: in ContinueSSL()658 case PR_WOULD_BLOCK_ERROR: in Read()700 case PR_WOULD_BLOCK_ERROR: in Write()
51 #define PR_WOULD_BLOCK_ERROR (-5998L) macro
233 return PR_WOULD_BLOCK_ERROR; in MapErrorToNSS()271 case PR_WOULD_BLOCK_ERROR: in MapNSSError()
645 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadRead()660 if (prerr == PR_WOULD_BLOCK_ERROR) { in DoPayloadWrite()
2092 if (prerr == PR_WOULD_BLOCK_ERROR) in DoPayloadWrite()
229 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in memio_Recv()259 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in memio_Send()
243 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in memio_Recv()279 PR_SetError(PR_WOULD_BLOCK_ERROR, 0); in memio_Send()