FreeBSD
DragonflyBSD
—
FreeBSD
—
Haiku
—
Illumos
—
Linux
—
NetBSD
—
OpenBSD
Action
Toggle Dropdown
Action
Another action
Something else here
Separated link
Symbol:
sk_reserve
crypto/openssl/crypto/stack/stack.c
239
if (!sk_reserve(st, n, 1)) {
crypto/openssl/crypto/stack/stack.c
256
return sk_reserve(st, n, 1);
crypto/openssl/crypto/stack/stack.c
270
if (!sk_reserve(st, 1, 0))