Searched refs:gatherResult (Results 1 – 1 of 1) sorted by relevance
452 int gatherResult; in SSL_ForceHandshake() local455 gatherResult = ssl3_GatherCompleteHandshake(ss, 0); in SSL_ForceHandshake()457 if (gatherResult > 0) { in SSL_ForceHandshake()459 } else if (gatherResult == 0) { in SSL_ForceHandshake()461 } else if (gatherResult == SECWouldBlock) { in SSL_ForceHandshake()