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_
(Results
1 - 11
of
11
) sorted by relevancy
/src/crypto/external/bsd/openssl.old/dist/include/openssl/
safestack.h
24
typedef int (*
sk_
##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \
25
typedef void (*
sk_
##t1##_freefunc)(t3 *a); \
26
typedef t3 * (*
sk_
##t1##_copyfunc)(const t3 *a); \
27
static ossl_unused ossl_inline int
sk_
##t1##_num(const STACK_OF(t1) *sk) \
31
static ossl_unused ossl_inline t2 *
sk_
##t1##_value(const STACK_OF(t1)*sk, int idx) \
35
static ossl_unused ossl_inline STACK_OF(t1) *
sk_
##t1##_new(
sk_
##t1##_compfunc compare) \
39
static ossl_unused ossl_inline STACK_OF(t1) *
sk_
##t1##_new_null(void) \
43
static ossl_unused ossl_inline STACK_OF(t1) *
sk_
##t1##_new_reserve(
sk_
##t1##_compfunc compare, int n)
[
all
...]
/src/crypto/external/apache2/openssl/dist/include/openssl/
safestack.h.in
41
typedef int (*
sk_
##t1##_compfunc)(const t3 *const *a, const t3 *const *b); \
42
typedef void (*
sk_
##t1##_freefunc)(t3 * a); \
43
typedef t3 *(*
sk_
##t1##_copyfunc)(const t3 *a); \
56
static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(
sk_
##t1##_compfunc cmp) \
60
static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(
sk_
##t1##_copyfunc cpy) \
64
static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(
sk_
##t1##_freefunc fr) \
71
typedef int (*
sk_
##t1##_compfunc)(const t3 *const *a, const t3 *const *b); \
72
typedef void (*
sk_
##t1##_freefunc)(t3 * a); \
73
typedef t3 *(*
sk_
##t1##_copyfunc)(const t3 *a); \
74
static ossl_unused ossl_inline int
sk_
##t1##_num(const STACK_OF(t1) *sk)
[
all
...]
/src/crypto/external/bsd/openssl/dist/include/openssl/
safestack.h.in
39
typedef int (*
sk_
##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \
40
typedef void (*
sk_
##t1##_freefunc)(t3 *a); \
41
typedef t3 * (*
sk_
##t1##_copyfunc)(const t3 *a); \
54
static ossl_unused ossl_inline OPENSSL_sk_compfunc ossl_check_##t1##_compfunc_type(
sk_
##t1##_compfunc cmp) \
58
static ossl_unused ossl_inline OPENSSL_sk_copyfunc ossl_check_##t1##_copyfunc_type(
sk_
##t1##_copyfunc cpy) \
62
static ossl_unused ossl_inline OPENSSL_sk_freefunc ossl_check_##t1##_freefunc_type(
sk_
##t1##_freefunc fr) \
69
typedef int (*
sk_
##t1##_compfunc)(const t3 * const *a, const t3 *const *b); \
70
typedef void (*
sk_
##t1##_freefunc)(t3 *a); \
71
typedef t3 * (*
sk_
##t1##_copyfunc)(const t3 *a); \
72
static ossl_unused ossl_inline int
sk_
##t1##_num(const STACK_OF(t1) *sk)
[
all
...]
/src/crypto/external/apache2/openssl/dist/util/perl/OpenSSL/
ParseC.pm
345
typedef int (*
sk_
$1_compfunc)(const $3 * const *a, const $3 *const *b);
346
typedef void (*
sk_
$1_freefunc)($3 *a);
347
typedef $3 * (*
sk_
$1_copyfunc)(const $3 *a);
348
static ossl_inline int
sk_
$1_num(const STACK_OF($1) *sk);
349
static ossl_inline $2 *
sk_
$1_value(const STACK_OF($1) *sk, int idx);
350
static ossl_inline STACK_OF($1) *
sk_
$1_new(
sk_
$1_compfunc compare);
351
static ossl_inline STACK_OF($1) *
sk_
$1_new_null(void);
352
static ossl_inline STACK_OF($1) *
sk_
$1_new_reserve(
sk_
$1_compfunc compare
[
all
...]
/src/crypto/external/bsd/openssl/dist/util/perl/OpenSSL/
ParseC.pm
339
typedef int (*
sk_
$1_compfunc)(const $3 * const *a, const $3 *const *b);
340
typedef void (*
sk_
$1_freefunc)($3 *a);
341
typedef $3 * (*
sk_
$1_copyfunc)(const $3 *a);
342
static ossl_inline int
sk_
$1_num(const STACK_OF($1) *sk);
343
static ossl_inline $2 *
sk_
$1_value(const STACK_OF($1) *sk, int idx);
344
static ossl_inline STACK_OF($1) *
sk_
$1_new(
sk_
$1_compfunc compare);
345
static ossl_inline STACK_OF($1) *
sk_
$1_new_null(void);
346
static ossl_inline STACK_OF($1) *
sk_
$1_new_reserve(
sk_
$1_compfunc compare
[
all
...]
/src/crypto/external/bsd/openssl.old/dist/test/ossl_shim/include/openssl/
base.h
87
sk_
##type##_pop_free(ptr, deleter); \
/src/crypto/external/apache2/openssl/dist/test/
cmp_ctx_test.c
544
IS_0,
sk_
##T##_new_null(),
sk_
##T##_free)
572
sk_
##TYPE##_new_null(),
sk_
##TYPE##_free)
637
return
sk_
##T##_value(ctx->FIELD,
sk_
##T##_num(ctx->FIELD) - 1); \
647
int n_elem =
sk_
##T##_num(ctx->FIELD); \
679
if (
sk_
##T##_num(ctx->FIELD) != ++n_elem) { \
703
if (
sk_
##T##_num(ctx->FIELD) != ++n_elem) { \
/src/crypto/external/bsd/openssl/dist/test/
cmp_ctx_test.c
523
IS_0,
sk_
##T##_new_null(),
sk_
##T##_free)
551
sk_
##TYPE##_new_null(),
sk_
##TYPE##_free)
615
return
sk_
##T##_value(ctx->FIELD,
sk_
##T##_num(ctx->FIELD) - 1); \
626
int n_elem =
sk_
##T##_num(ctx->FIELD); \
658
if (
sk_
##T##_num(ctx->FIELD) != ++n_elem) { \
682
if (
sk_
##T##_num(ctx->FIELD) != ++n_elem) { \
/src/crypto/external/apache2/openssl/dist/fuzz/
provider.c
35
if (
sk_
##evp##_push(obj_stack, obj) > 0) \
40
name##_collection =
sk_
##evp##_new(cmp_##evp); \
45
sk_
##evp##_pop_free(name##_collection, evp##_free); \
582
evp *alg =
sk_
##evp##_value(source, *algorithm %
sk_
##evp##_num(source)); \
/src/crypto/external/apache2/openssl/dist/util/
find-doc-nits
107
| ^
sk_
/src/crypto/external/bsd/openssl/dist/util/
find-doc-nits
105
| ^
sk_
Completed in 35 milliseconds
Indexes created Tue Mar 03 05:31:39 UTC 2026