Searched refs:sk_ (Results 1 - 1 of 1) sorted by relevance

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dstack.h85 // A macro will be defined for each of the sk_* functions below. For
258 sk_##name##_new(stack_##name##_cmp_func comp) { \
262 static inline OPENSSL_UNUSED STACK_OF(name) *sk_##name##_new_null(void) { \
266 static inline OPENSSL_UNUSED size_t sk_##name##_num( \
271 static inline OPENSSL_UNUSED void sk_##name##_zero(STACK_OF(name) *sk) { \
275 static inline OPENSSL_UNUSED ptrtype sk_##name##_value( \
280 static inline OPENSSL_UNUSED ptrtype sk_##name##_set(STACK_OF(name) *sk, \
285 static inline OPENSSL_UNUSED void sk_##name##_free(STACK_OF(name) *sk) { \
289 static inline OPENSSL_UNUSED void sk_##name##_pop_free( \
294 static inline OPENSSL_UNUSED size_t sk_##nam
448 const Stack *sk_; member in class:bssl::internal::StackIteratorImpl
[all...]

Completed in 23 milliseconds