Searched refs:strSize (Results 1 – 1 of 1) sorted by relevance
58 static void DumpBufferToString(char* str, uint32_t strSize, const uint8_t* start, uint32_t size) in DumpBufferToString() argument60 if (str == NULL || strSize == 0 || start == NULL || size == 0) in DumpBufferToString()67 char* send = str + strSize ; in DumpBufferToString()74 s += snprintf(s, strSize - (s - str), "%02x ", *byte) ; in DumpBufferToString()