Searched defs:num_bytes (Results 1 – 2 of 2) sorted by relevance
/openthread-latest/third_party/tcplp/lib/ |
D | cbuf.c | 46 …_buffer(void* buffer, size_t buffer_offset, const void* arr, size_t arr_offset, size_t num_bytes) { in cbuf_copy_into_buffer() 52 …_buffer(void* arr, size_t arr_offset, const void* buffer, size_t buffer_offset, size_t num_bytes) { in cbuf_copy_from_buffer() 58 …message(void* buffer, size_t buffer_offset, const void* arr, size_t arr_offset, size_t num_bytes) { in cbuf_copy_into_message() 64 …message(void* arr, size_t arr_offset, const void* buffer, size_t buffer_offset, size_t num_bytes) { in cbuf_copy_from_message()
|
/openthread-latest/third_party/mbedtls/repo/library/ |
D | oid.c | 1010 size_t num_bytes = 0; in oid_subidentifier_num_bytes() local 1024 size_t num_bytes = oid_subidentifier_num_bytes(value); in oid_subidentifier_encode_into() local
|