Searched refs:lPos (Results 1 – 2 of 2) sorted by relevance
937 picoos_uint32 lPos; member999 (*f)->lPos = 0; in LOpen()1065 f->lPos = (f->lPos + (*len)); in LReadBytes()1090 f->lPos = (f->lPos + (unsigned int) (*len)); in LWriteBytes()1091 if ((f->lPos > f->lFileLen)) { in LWriteBytes()1092 f->lFileLen = f->lPos; in LWriteBytes()1108 if ((pos == f->lPos)) { in LSetPos()1113 f->lPos = pos; in LSetPos()1126 (*pos) = f->lPos; in LGetPos()
1462 compareInt32(int32_t lPos, int32_t rPos) { in compareInt32() argument1467 if (lPos < rPos) { in compareInt32()1469 } else if (lPos > rPos) { in compareInt32()1479 int32_t lPos = ((const KeyMapEntry *)l)->oldpos; in compareKeySuffixes() local1481 const char *lStart = getKeyString(bundle, lPos); in compareKeySuffixes()1501 return compareInt32(lPos, rPos); in compareKeySuffixes()