Home | History | Annotate | Download | only in socket

Lines Matching refs:OK

268   return OK;
284 if (Init() != OK) {
289 if (rv != OK) {
295 rv = DoHandshakeLoop(OK);
304 return rv > OK ? OK : rv;
442 return OK;
535 int rv = DoReadLoop(OK);
560 int rv = DoWriteLoop(OK);
593 BOOL ok = CertAddEncodedCertificateToStore(
600 DCHECK(ok);
617 ok = CertAddEncodedCertificateToStore(
624 DCHECK(ok);
647 SECStatus ok = SSL_GetChannelInfo(nss_fd_,
649 if (ok == SECSuccess &&
653 ok = SSL_GetCipherSuiteInfo(channel_info.cipherSuite,
655 if (ok == SECSuccess) {
750 // the caller expects OK (i.e. 0) for success.
759 c->Run(rv > OK ? OK : rv);
983 DCHECK(rv == OK);
1147 int net_error = net::OK;
1201 if (result == OK) {
1246 result = OK;