Home
last modified time | relevance | path

Searched refs:SPARSE_ARRAY_OF (Results 1 – 1 of 1) sorted by relevance

/include/crypto/
A Dsparse_array.h21 # define SPARSE_ARRAY_OF(type) struct sparse_array_st_ ## type macro
24 SPARSE_ARRAY_OF(type); \
25 static ossl_unused ossl_inline SPARSE_ARRAY_OF(type) * \
28 return (SPARSE_ARRAY_OF(type) *)ossl_sa_new(); \
31 ossl_sa_##type##_free(SPARSE_ARRAY_OF(type) *sa) \
36 ossl_sa_##type##_free_leaves(SPARSE_ARRAY_OF(type) *sa) \
41 ossl_sa_##type##_num(const SPARSE_ARRAY_OF(type) *sa) \
46 ossl_sa_##type##_doall(const SPARSE_ARRAY_OF(type) *sa, \
53 ossl_sa_##type##_doall_arg(const SPARSE_ARRAY_OF(type) *sa, \
66 ossl_sa_##type##_set(SPARSE_ARRAY_OF(type) *sa, \
[all …]

Completed in 5 milliseconds