Searched refs:curPosn (Results 1 – 3 of 3) sorted by relevance
226 long curPosn = ftell(fp); in examineGzip() local229 *pCompressedLen = ftell(fp) - curPosn; in examineGzip()234 fseek(fp, curPosn, SEEK_SET); in examineGzip()
361 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() argument370 newOffset = curPosn + offset; in handleSeek()
141 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);