Home
last modified time | relevance | path

Searched refs:ofilepos (Results 1 – 1 of 1) sorted by relevance

/dports/games/NBlood/NBlood-a1689a4/source/build/src/
H A Dtexcache.cpp462 const int32_t ofilepos = texcache.pos; in texcache_readdata() local
466 if (texcache.buf && texcache.memsize >= ofilepos + len) in texcache_readdata()
469 Bmemcpy(outBuf, texcache.buf + ofilepos, len); in texcache_readdata()
473 if (Blseek(texcache.handle, ofilepos, BSEEK_SET) != ofilepos || in texcache_readdata()