Home
last modified time | relevance | path

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

/third_party/iowow/src/platform/win32/
Dwin32.c58 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwp_fsync()
89 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwp_ftruncate()
92 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwp_ftruncate()
143 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwp_fstath()
166 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwp_closefh()
187 return iwrc_set_werror(IW_ERROR_ERRNO, GetLastError()); in iwp_flock()
198 return iwrc_set_werror(IW_ERROR_ERRNO, GetLastError()); in iwp_unlock()
224 return iwrc_set_werror(IW_ERROR_IO_ERRNO, err); in iwp_pread()
245 return iwrc_set_werror(IW_ERROR_IO_ERRNO, err); in iwp_read()
266 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwp_pwrite()
[all …]
/third_party/iowow/src/platform/win32/mman/
Dmman.c17 rc = iwrc_set_werror(rc, err); in __map_mman_error()
/third_party/iowow/src/log/
Diwlog.h181 IW_EXPORT iwrc iwrc_set_werror(iwrc rc, uint32_t werror);
Diwlog.c142 iwrc iwrc_set_werror(iwrc rc, uint32_t werror) { in iwrc_set_werror() function
/third_party/iowow/src/fs/
Diwfile.c292 rc = iwrc_set_werror(IW_ERROR_IO_ERRNO, err); in iwfs_file_open()
/third_party/iowow/src/rdb/
Diwrdb.c137 return iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwrdb_open()
/third_party/iowow/src/kv/
Diwal.c920 rc = iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwal_online_backup()
1159 rc = iwrc_set_werror(IW_ERROR_IO_ERRNO, GetLastError()); in iwal_create()