Searched refs:srcsz (Results 1 – 1 of 1) sorted by relevance
406 void encodeBstr(__UNUSED const uint8_t* src, const size_t srcsz) { in encodeBstr() argument407 countBytes(encodedSizeOf(srcsz)); in encodeBstr()408 countBytes(srcsz); in encodeBstr()440 bool copyBytes(const uint8_t* src, const size_t srcsz) { in copyBytes() argument441 countBytes(srcsz); in copyBytes()642 bool copyBytes(const uint8_t* src, const size_t srcsz) { in copyBytes() argument662 if (destsz < srcsz) { in copyBytes()666 std::memcpy((void*)dest, src, srcsz); in copyBytes()667 mOut.cursor += srcsz; in copyBytes()