Lines Matching refs:ok
259 // If already connected, then just return OK.
261 return OK;
274 int rv = DoConnectLoop(OK);
295 DCHECK_EQ(OK, rv);
356 return OK;
375 if (result != OK)
379 if (result == OK) {
381 return OK; // Done!
391 return OK;
480 return OK;
496 return OK;
711 if (net_error == OK)
714 if (net_error != OK) {
792 BOOL ok = WSAGetOverlappedResult(socket_, &core_->read_overlapped_,
797 if (ok) {
805 DoReadCallback(ok ? num_bytes : MapSystemError(WSAGetLastError()));
812 BOOL ok = WSAGetOverlappedResult(socket_, &core_->write_overlapped_,
817 if (!ok) {