Home
last modified time | relevance | path

Searched refs:gatherResult (Results 1 – 1 of 1) sorted by relevance

/external/chromium_org/net/third_party/nss/ssl/
Dsslsecur.c452 int gatherResult; in SSL_ForceHandshake() local
455 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()