Home
last modified time | relevance | path

Searched refs:COPY_FN_PTR (Results 1 – 1 of 1) sorted by relevance

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dinternal.c326 #define COPY_FN_PTR(name) if (ops->name) _ops.name = ops->name in wally_set_operations() macro
327 COPY_FN_PTR(malloc_fn); in wally_set_operations()
328 COPY_FN_PTR(free_fn); in wally_set_operations()
329 COPY_FN_PTR (bzero_fn); in wally_set_operations()
330 COPY_FN_PTR (ec_nonce_fn); in wally_set_operations()
331 COPY_FN_PTR (secp_context_fn); in wally_set_operations()
332 #undef COPY_FN_PTR in wally_set_operations()