Searched refs:dst_pos (Results 1 - 2 of 2) sorted by relevance
/base/hiviewdfx/hilog/services/hilogd/ |
H A D | log_compress.cpp | 68 size_t dst_pos = 0; in Compress() local 99 if (memmove_s(zdata + dst_pos, zdlen - dst_pos, buffOut, have) != 0) { in Compress() 102 dst_pos += have; in Compress() 103 if (unlikely(zdlen < dst_pos)) { // zdataBuf is not long enough, shoudn't happen in Compress() 111 MAX_PERSISTER_BUFFER_SIZE - compressedBuffer.offset, zdata, dst_pos) != 0) { in Compress() 114 compressedBuffer.offset += dst_pos; in Compress() 138 auto dst_pos = 0; 163 if (memmove_s(zdata + dst_pos, zdlen, reinterpret_cast<Bytef*>(buffOut), output.pos) != 0) { 166 dst_pos [all...] |
/base/hiviewdfx/hidumper/frameworks/native/include/util/ |
H A D | dump_compressor.h | 53 DumpStatus DeflateBuffer(int flush, char*& buffOut, size_t& dst_pos);
|
Completed in 1 milliseconds