Home
last modified time | relevance | path

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

/dports/databases/kyotocabinet/kyotocabinet-1.2.79/
H A Dkcfile.cc172 static int64_t win_pwrite(::HANDLE fh, const void* buf, size_t count, int64_t offset);
866 int64_t wb = win_pwrite(core->fh, buf, size, off); in append()
2374 int64_t wb = win_pwrite(core->fh, rbuf, size, off); in walapply()
2552 int64_t wb = win_pwrite(fh, buf, size, off); in mywrite()
2635 static int64_t win_pwrite(::HANDLE fh, const void* buf, size_t count, int64_t offset) { in win_pwrite() function