Home
last modified time | relevance | path

Searched refs:total_cstr_len (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/llvm-project/lldb/source/Target/
H A DTarget.cpp2135 size_t total_cstr_len = 0; in ReadCStringFromMemory() local
2162 dst[total_cstr_len] = '\0'; in ReadCStringFromMemory()
2167 total_cstr_len += len; in ReadCStringFromMemory()
2183 return total_cstr_len; in ReadCStringFromMemory()
H A DProcess.cpp2110 size_t total_cstr_len = 0; in ReadCStringFromMemory() local
2130 dst[total_cstr_len] = '\0'; in ReadCStringFromMemory()
2135 total_cstr_len += len; in ReadCStringFromMemory()
2150 return total_cstr_len; in ReadCStringFromMemory()