Home
last modified time | relevance | path

Searched defs:combined_data (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/libcbor/src/
H A Dcbor.c318 unsigned char* combined_data = _cbor_malloc(total_length); in cbor_copy_definite() local
345 unsigned char* combined_data = _cbor_malloc(total_length); in cbor_copy_definite() local
/freebsd/contrib/llvm-project/lldb/source/Plugins/Process/gdb-remote/
H A DGDBRemoteRegisterContext.cpp93 std::vector<char> combined_data; ReadRegister() local