OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:sk_reserve
(Results
1 - 3
of
3
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/crypto/stack/
stack.c
160
static int
sk_reserve
(OPENSSL_STACK *st, int n, int exact)
function
219
if (!
sk_reserve
(st, n, 1)) {
234
return
sk_reserve
(st, n, 1);
242
if (!
sk_reserve
(st, 1, 0))
/src/crypto/external/apache2/openssl/dist/crypto/stack/
stack.c
178
static int
sk_reserve
(OPENSSL_STACK *st, int n, int exact)
function
239
if (!
sk_reserve
(st, n, 1)) {
256
return
sk_reserve
(st, n, 1);
270
if (!
sk_reserve
(st, 1, 0))
/src/crypto/external/bsd/openssl/dist/crypto/stack/
stack.c
173
static int
sk_reserve
(OPENSSL_STACK *st, int n, int exact)
function
240
if (!
sk_reserve
(st, n, 1)) {
257
return
sk_reserve
(st, n, 1);
271
if (!
sk_reserve
(st, 1, 0))
Completed in 56 milliseconds
Indexes created Fri Sep 25 00:27:33 UTC 2026