File: bkCache.h

package info (click to toggle)
isomaster 1.3.13-1
  • links: PTS
  • area: main
  • in suites: bookworm, bullseye, buster, stretch
  • size: 2,872 kB
  • ctags: 826
  • sloc: ansic: 11,238; makefile: 172; sh: 99; python: 11
file content (4 lines) | stat: -rw-r--r-- 214 bytes parent folder | download | duplicates (5)
1
2
3
4
int wcSeekForward(VolInfo* volInfo, bk_off_t numBytes);
int wcSeekSet(VolInfo* volInfo, bk_off_t position);
bk_off_t wcSeekTell(VolInfo* volInfo);
int wcWrite(VolInfo* volInfo, const char* block, size_t numBytes);