Searched refs:SPARSE_ARRAY_OF (Results 1 – 8 of 8) sorted by relevance
/third_party/node/deps/openssl/openssl/include/crypto/ |
D | sparse_array.h | 21 # 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, \ 61 *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) *sa, ossl_uintmax_t n) \ [all …]
|
/third_party/openssl/include/crypto/ |
D | sparse_array.h | 21 # 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, \ 61 *ossl_sa_##type##_get(const SPARSE_ARRAY_OF(type) *sa, ossl_uintmax_t n) \ [all …]
|
/third_party/openssl/doc/internal/man3/ |
D | OPENSSL_SA.pod | 16 SPARSE_ARRAY_OF(TYPE) 19 SPARSE_ARRAY_OF(TYPE) *ossl_sa_TYPE_new(void); 20 void ossl_sa_TYPE_free(const SPARSE_ARRAY_OF(TYPE) *sa); 21 void ossl_sa_TYPE_free_leaves(const SPARSE_ARRAY_OF(TYPE) *sa); 22 size_t ossl_sa_TYPE_num(const SPARSE_ARRAY_OF(TYPE) *sa); 28 TYPE *ossl_sa_TYPE_get(const SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx); 29 int ossl_sa_TYPE_set(SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx, 42 SPARSE_ARRAY_OF() returns the name for a sparse array of the specified 46 B<SPARSE_ARRAY_OF>(B<I<TYPE>>) and each function name begins with 49 TYPE *ossl_sa_TYPE_get(SPARSE_ARRAY_OF(TYPE) *sa, ossl_uintmax_t idx); [all …]
|
/third_party/openssl/test/ |
D | sparse_array_test.c | 39 SPARSE_ARRAY_OF(char) *sa; in test_sparse_array() 79 SPARSE_ARRAY_OF(char) *sa = NULL; in test_sparse_array_num() 104 SPARSE_ARRAY_OF(char) *sa; 152 SPARSE_ARRAY_OF(char) *sa = NULL; in test_sparse_array_doall()
|
/third_party/openssl/crypto/ |
D | README-sparse_array.md | 156 Thus, `SPARSE_ARRAY_OF(char)` can be used to store a string.
|
/third_party/node/deps/openssl/openssl/crypto/ |
D | README-sparse_array.md | 156 Thus, `SPARSE_ARRAY_OF(char)` can be used to store a string.
|
/third_party/node/deps/openssl/openssl/crypto/property/ |
D | property.c | 65 SPARSE_ARRAY_OF(ALGORITHM) *algs;
|
/third_party/openssl/crypto/property/ |
D | property.c | 65 SPARSE_ARRAY_OF(ALGORITHM) *algs;
|