|
libbtc
bitcoinclibrary
|
Go to the source code of this file.
Functions | |
| btc_bool | buffer_equal (const void *a_, const void *b_) |
| void | buffer_free (void *struct_buffer) |
| struct buffer * | buffer_copy (const void *data, size_t data_len) |
| struct buffer* buffer_copy | ( | const void * | data, |
| size_t | data_len | ||
| ) |
Definition at line 31 of file buffer.c.
References buffer::len, and buffer::p.
| btc_bool buffer_equal | ( | const void * | a_, |
| const void * | b_ | ||
| ) |
Definition at line 11 of file buffer.c.
References buffer::len, and buffer::p.
| void buffer_free | ( | void * | struct_buffer | ) |
1.8.10