Searched refs:curPosn (Results 1 – 3 of 3) sorted by relevance
315 long curPosn = ftell(fp); in examineGzip() local318 *pCompressedLen = ftell(fp) - curPosn; in examineGzip()323 fseek(fp, curPosn, SEEK_SET); in examineGzip()
321 off64_t Asset::handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn) in handleSeek() argument330 newOffset = curPosn + offset; in handleSeek()
125 off64_t handleSeek(off64_t offset, int whence, off64_t curPosn, off64_t maxPosn);