OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:npalen
(Results
1 - 2
of
2
) sorted by null
/external/openssl/patches/
npn.patch
[
all
...]
/external/openssl/ssl/
t1_lib.c
642
unsigned int
npalen
;
local
645
r = s->ctx->next_protos_advertised_cb(s, &npa, &
npalen
, s->ctx->next_protos_advertised_cb_arg);
648
if ((long)(limit - ret - 4 -
npalen
) < 0) return NULL;
650
s2n(
npalen
,ret);
651
memcpy(ret, npa,
npalen
);
652
ret +=
npalen
;
[
all
...]
Completed in 238 milliseconds