Home
last modified time | relevance | path

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

/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_python/
H A Dswig.i358 %rename("tx_output_clone") wally_tx_output_clone_alloc;
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/include/
H A Dwally_transaction.h283 WALLY_CORE_API int wally_tx_output_clone_alloc(
H A Dwally.hpp1081 int ret = ::wally_tx_output_clone_alloc(detail::get_p(tx_output_in), output); in tx_output_clone_alloc()
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/swig_java/
H A Dswig.i778 %returns_struct(wally_tx_output_clone_alloc, wally_tx_output_clone);
779 %rename("tx_output_clone") wally_tx_output_clone_alloc;
/dports/net-p2p/c-lightning/lightning-0.10.2/external/libwally-core/src/
H A Dpsbt.c424 wally_tx_output_clone_alloc, wally_tx_output_free) in SET_STRUCT()
1865 ret = wally_tx_output_clone_alloc(src->witness_utxo, &dst->witness_utxo); in combine_inputs()
2664 PSBT_GET_S(input, witness_utxo, wally_tx_output, wally_tx_output_clone_alloc) in PSBT_GET_S()
H A Dtransaction.c805 int wally_tx_output_clone_alloc(const struct wally_tx_output *src, function