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

/fuchsia/zircon/third_party/ulib/uboringssl/include/openssl/
H A Dstack.h89 // stack_cmp_func is a comparison function that returns a value < 0, 0 or > 0
93 typedef int (*stack_cmp_func)(const void **a, const void **b); typedef
108 stack_cmp_func comp;
121 OPENSSL_EXPORT _STACK *sk_new(stack_cmp_func comp);
205 OPENSSL_EXPORT stack_cmp_func sk_set_cmp_func(_STACK *sk, stack_cmp_func comp);
259 return (STACK_OF(name) *)sk_new((stack_cmp_func)comp); \
345 (stack_cmp_func)comp); \

Completed in 39 milliseconds