Home | History | Annotate | Download | only in base

Lines Matching refs:IsBlockingError

220     } else if (IsBlockingError(error_)) {
287 if ((sent < 0) && IsBlockingError(error_)) {
308 if ((sent < 0) && IsBlockingError(error_)) {
328 bool success = (received >= 0) || IsBlockingError(error_);
346 bool success = (received >= 0) || IsBlockingError(error_);