Searched refs:MAX_LINE_NUM (Results 1 – 4 of 4) sorted by relevance
80 constexpr uint32_t MAX_LINE_NUM = 10000; in CollectLastLog() local81 ExecuteHilog(pid, lineNum > MAX_LINE_NUM ? MAX_LINE_NUM : lineNum, fds[1]); in CollectLastLog()
37 const int32_t MAX_LINE_NUM = 100; variable98 if ((++lineNum > MAX_LINE_NUM) || !IsValidLine(line)) { in Init()
52 static const int MAX_LINE_NUM = 100;
26 static constexpr uint8_t MAX_LINE_NUM = 16; variable883 if ((i % MAX_LINE_NUM == 0) && (i != 0)) { in BuffToHex()