OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:copy_func
(Results
1 - 6
of
6
) sorted by null
/external/selinux/libsepol/cil/src/
cil_copy_ast.c
[
all
...]
/external/harfbuzz_ng/src/
hb-gobject-structs.cc
40
#define HB_DEFINE_BOXED_TYPE(name,
copy_func
,free_func) \
47
(GBoxedCopyFunc)
copy_func
, \
/external/boringssl/src/include/openssl/
stack_macros.h
99
#define sk_ACCESS_DESCRIPTION_deep_copy(sk,
copy_func
, free_func) \
103
ACCESS_DESCRIPTION *(*)(ACCESS_DESCRIPTION *),
copy_func
), \
185
#define sk_ASN1_ADB_TABLE_deep_copy(sk,
copy_func
, free_func) \
189
copy_func
), \
272
#define sk_ASN1_GENERALSTRING_deep_copy(sk,
copy_func
, free_func) \
276
ASN1_GENERALSTRING *(*)(ASN1_GENERALSTRING *),
copy_func
), \
356
#define sk_ASN1_INTEGER_deep_copy(sk,
copy_func
, free_func) \
360
copy_func
), \
437
#define sk_ASN1_OBJECT_deep_copy(sk,
copy_func
, free_func) \
441
copy_func
), \
[
all
...]
stack.h
290
* |sk| by using |
copy_func
|. If an error occurs, |free_func| is used to free
293
void *(*
copy_func
)(void *),
/external/boringssl/src/crypto/stack/
make_macros.sh
89
#define sk_${type}_deep_copy(sk,
copy_func
, free_func)\\
90
((STACK_OF(${type})*) sk_deep_copy(CHECKED_CAST(const _STACK*, const STACK_OF(${type})*, sk), CHECKED_CAST(void* (*) (void*), ${ptrtype} (*) (${ptrtype}),
copy_func
), CHECKED_CAST(void (*) (void*), void (*) (${ptrtype}), free_func)))
stack.c
360
_STACK *sk_deep_copy(const _STACK *sk, void *(*
copy_func
)(void *),
372
ret->data[i] =
copy_func
(ret->data[i]);
Completed in 6144 milliseconds