HomeSort by relevance Sort by last modified time
    Searched refs:PR_WOULD_BLOCK_ERROR (Results 1 - 18 of 18) sorted by null

  /external/chromium/net/socket/
nss_ssl_util.cc 97 return PR_WOULD_BLOCK_ERROR;
133 case PR_WOULD_BLOCK_ERROR:
ssl_server_socket_nss.cc 485 if (prerr == PR_WOULD_BLOCK_ERROR) {
500 if (prerr == PR_WOULD_BLOCK_ERROR) {
ssl_client_socket_nss.cc     [all...]
  /external/chromium_org/net/third_party/nss/ssl/
ssl3gthr.c 16 * PR_WOULD_BLOCK_ERROR when socket would block.
21 * (The error value may have already been set to PR_WOULD_BLOCK_ERROR)
31 * (b) PR_WOULD_BLOCK_ERROR,
142 * PR_WOULD_BLOCK_ERROR when socket would block.
150 * (The error value may have already been set to PR_WOULD_BLOCK_ERROR)
156 * (b) PR_WOULD_BLOCK_ERROR,
217 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
232 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
264 * Returns -1 on read error, or PR_WOULD_BLOCK_ERROR, or handleRecord error.
300 PORT_SetError(PR_WOULD_BLOCK_ERROR);
    [all...]
ssldef.c 98 if (err == PR_WOULD_BLOCK_ERROR) {
141 if (err == PR_WOULD_BLOCK_ERROR) {
sslsecur.c 121 PORT_SetError(PR_WOULD_BLOCK_ERROR);
152 PORT_SetError(PR_WOULD_BLOCK_ERROR); /* perhaps redundant. */
441 if ((sent < 0) && (PORT_GetError() != PR_WOULD_BLOCK_ERROR)) {
462 PORT_SetError(PR_WOULD_BLOCK_ERROR);
626 (PR_GetError() != PR_WOULD_BLOCK_ERROR)) {
649 PORT_SetError(PR_WOULD_BLOCK_ERROR);
    [all...]
unix_err.c 435 case EAGAIN: prError = PR_WOULD_BLOCK_ERROR; break;
510 case EWOULDBLOCK: prError = PR_WOULD_BLOCK_ERROR; break;
win32err.c 338 case WSAEWOULDBLOCK: prError = PR_WOULD_BLOCK_ERROR; break;
sslcon.c 883 if (PORT_GetError() == PR_WOULD_BLOCK_ERROR) {
976 if (PORT_GetError() == PR_WOULD_BLOCK_ERROR) {
1106 if (PORT_GetError() == PR_WOULD_BLOCK_ERROR) {
    [all...]
ssl3con.c     [all...]
sslsock.c     [all...]
  /external/chromium_org/third_party/npapi/npspy/extern/nspr/
prerr.h 51 #define PR_WOULD_BLOCK_ERROR (-5998L)
  /external/chromium_org/net/socket/
nss_ssl_util.cc 233 return PR_WOULD_BLOCK_ERROR;
271 case PR_WOULD_BLOCK_ERROR:
ssl_server_socket_nss.cc 645 if (prerr == PR_WOULD_BLOCK_ERROR) {
660 if (prerr == PR_WOULD_BLOCK_ERROR) {
ssl_client_socket_nss.cc     [all...]
  /external/chromium_org/third_party/libjingle/source/talk/base/
nssstreamadapter.cc 107 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
128 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
586 case PR_WOULD_BLOCK_ERROR:
658 case PR_WOULD_BLOCK_ERROR:
700 case PR_WOULD_BLOCK_ERROR:
  /external/chromium/net/base/
nss_memio.c 33 * (PR_WOULD_BLOCK_ERROR not included).
229 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
259 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
  /external/chromium_org/net/base/
nss_memio.c 33 * (PR_WOULD_BLOCK_ERROR not included).
243 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);
279 PR_SetError(PR_WOULD_BLOCK_ERROR, 0);

Completed in 1633 milliseconds