Lines Matching defs:pos
328 const unsigned pos = (unsigned)strlen(s);
329 const int numSpaces = (int)GetColumnWidth(h.DigestSize) - (int)pos;
331 SetSpacesAndNul(s + pos, (unsigned)numSpaces);
951 size_t pos = posCur;
954 for (; pos < buf.Size(); pos++)
956 const Byte b = p[pos];
973 if (pos + 1 >= buf.Size())
979 if (p[pos + 1] == 0x0a)
986 s.SetFrom((const char *)(p + posCur), (unsigned)(pos - posCur));
987 posCur = pos + numDigits;
1213 UInt64 pos = 0;
1220 RINOK(stream->Read((Byte *)buf + pos, curSize, &processedSizeLoc))
1224 pos += processedSizeLoc;
1230 RINOK(openCallback->SetCompleted(&files, &pos))
1280 size_t pos = 0;
1285 while (pos < buf.Size())
1287 if (!GetLine(buf, zeroMode, cr_lf_Mode, pos, s))
1310 if (!GetLine(buf, zeroMode, cr_lf_Mode, pos, s))