Home | History | Annotate | Download | only in socket

Lines Matching refs:prerr

463     PRErrorCode prerr = PR_GetError();
464 LOG(ERROR) << "Failed to config SSL server: " << prerr;
630 PRErrorCode prerr = PR_GetError();
631 if (prerr == PR_WOULD_BLOCK_ERROR) {
634 rv = MapNSSError(prerr);
636 CreateNetLogSSLErrorCallback(rv, prerr));
645 PRErrorCode prerr = PR_GetError();
646 if (prerr == PR_WOULD_BLOCK_ERROR) {
649 rv = MapNSSError(prerr);
651 CreateNetLogSSLErrorCallback(rv, prerr));
743 PRErrorCode prerr = PR_GetError();
744 net_error = MapNSSError(prerr);
750 LOG(ERROR) << "handshake failed; NSS error code " << prerr
753 CreateNetLogSSLErrorCallback(net_error, prerr));