OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:gatherresult
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/net/third_party/nss/ssl/
sslsecur.c
452
int
gatherResult
;
455
gatherResult
= ssl3_GatherCompleteHandshake(ss, 0);
457
if (
gatherResult
> 0) {
459
} else if (
gatherResult
== 0) {
461
} else if (
gatherResult
== SECWouldBlock) {
[
all
...]
Completed in 32 milliseconds