Lines Matching defs:lineCount
94 int lineCount = getLength(lines, MAX_LENGTH);
95 if (lineCount < MAX_LENGTH) {
96 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) {
119 int lineCount = getLength(lines, MAX_LENGTH);
120 if (lineCount < MAX_LENGTH) {
121 if (!BuildRuntimeInfoPart(lines[lineCount], soBuildId, timestamp, type)) {
376 int lineCount = 0;
381 lineCount < MAX_LENGTH &&
382 strcpy_s(lines[lineCount], BUFFER_SIZE, token) == 0) {
383 lineCount++;