libbtc
bitcoinclibrary
|
#include <cstr.h>
Data Fields | |
char * | str |
size_t | len |
size_t | alloc |
size_t cstring::alloc |
Definition at line 45 of file cstr.h.
Referenced by cstr_alloc_min_sz().
size_t cstring::len |
Definition at line 44 of file cstr.h.
Referenced by btc_script_copy_without_op_codeseperator(), btc_script_get_ops(), btc_tx_hash(), btc_tx_in_copy(), btc_tx_out_copy(), btc_tx_sighash(), cstr_alloc_min_sz(), cstr_append_buf(), cstr_equal(), cstr_erase(), cstr_new_buf(), cstr_resize(), and ser_varstr().
char* cstring::str |
Definition at line 43 of file cstr.h.
Referenced by btc_script_copy_without_op_codeseperator(), btc_script_get_ops(), btc_tx_hash(), btc_tx_in_copy(), btc_tx_out_copy(), btc_tx_sighash(), cstr_alloc_min_sz(), cstr_append_buf(), cstr_equal(), cstr_erase(), cstr_free(), cstr_new_buf(), cstr_resize(), and ser_varstr().