Symbol: SPARSE_ARRAY_OF
crypto/openssl/crypto/property/property.c
67
SPARSE_ARRAY_OF(ALGORITHM) * algs;
crypto/openssl/include/crypto/sparse_array.h
24
SPARSE_ARRAY_OF(type); \
crypto/openssl/include/crypto/sparse_array.h
25
static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * ossl_sa_##type##_new(void) \
crypto/openssl/include/crypto/sparse_array.h
27
return (SPARSE_ARRAY_OF(type) *)ossl_sa_new(); \
crypto/openssl/include/crypto/sparse_array.h
30
ossl_sa_##type##_free(SPARSE_ARRAY_OF(type) * sa) \
crypto/openssl/include/crypto/sparse_array.h
35
ossl_sa_##type##_free_leaves(SPARSE_ARRAY_OF(type) * sa) \
crypto/openssl/include/crypto/sparse_array.h
40
ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) * sa) \
crypto/openssl/include/crypto/sparse_array.h
45
ossl_sa_##type##_doall(const SPARSE_ARRAY_OF(type) * sa, \
crypto/openssl/include/crypto/sparse_array.h
52
ossl_sa_##type##_doall_arg(const SPARSE_ARRAY_OF(type) * sa, \
crypto/openssl/include/crypto/sparse_array.h
59
static ossl_unused ossl_inline ctype *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) * sa, ossl_uintmax_t n) \
crypto/openssl/include/crypto/sparse_array.h
64
ossl_sa_##type##_set(SPARSE_ARRAY_OF(type) * sa, \
crypto/openssl/include/crypto/sparse_array.h
69
SPARSE_ARRAY_OF(type)
crypto/openssl/test/sparse_array_test.c
104
SPARSE_ARRAY_OF(char) * sa;
crypto/openssl/test/sparse_array_test.c
157
SPARSE_ARRAY_OF(char) *sa = NULL;
crypto/openssl/test/sparse_array_test.c
39
SPARSE_ARRAY_OF(char) * sa;
crypto/openssl/test/sparse_array_test.c
79
SPARSE_ARRAY_OF(char) *sa = NULL;