Searched refs:LineLen (Results 1 – 3 of 3) sorted by relevance
258 int LineLen = 0; in readLine() local259 const char *Line = ::el_gets(Data->EL, &LineLen); in readLine()262 if (!Line || LineLen == 0) in readLine()266 while (LineLen > 0 && in readLine()267 (Line[LineLen - 1] == '\n' || Line[LineLen - 1] == '\r')) in readLine()268 --LineLen; in readLine()271 if (LineLen > 0) in readLine()274 return std::string(Line, LineLen); in readLine()
622 unsigned LineLen = Expansion.size(); in HighlightMacros() local635 if (LineLen > 60) { in HighlightMacros()637 LineLen = 0; in HighlightMacros()640 LineLen -= Expansion.size(); in HighlightMacros()650 LineLen += Expansion.size(); in HighlightMacros()
831 uint32_t FuncLen = 4, LineLen = 4; in emitBTFExtSection() local839 LineLen += BTF::SecLineInfoSize; in emitBTFExtSection()840 LineLen += LineSec.second.size() * BTF::BPFLineInfoSize; in emitBTFExtSection()853 OS.emitInt32(LineLen); in emitBTFExtSection()854 OS.emitInt32(FuncLen + LineLen); in emitBTFExtSection()