OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:stack_copy_func
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/include/openssl/
stack.h
94
//
stack_copy_func
is a function that copies an element in a stack. Note its
97
typedef void *(*
stack_copy_func
)(void *ptr);
typedef
231
const _STACK *sk, void *(*call_copy_func)(
stack_copy_func
, void *),
232
stack_copy_func
copy_func, void (*call_free_func)(stack_free_func, void *),
291
OPENSSL_INLINE void *sk_##name##_call_copy_func(
stack_copy_func
copy_func, \
397
(
stack_copy_func
)copy_func, sk_##name##_call_free_func, \
/external/boringssl/src/crypto/stack/
stack.c
405
void *(*call_copy_func)(
stack_copy_func
, void *),
406
stack_copy_func
copy_func,
Completed in 245 milliseconds