Home
last modified time | relevance | path

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

/third_party/iowow/src/fs/
Diwfile.c258 rc = IW_ERROR_NOT_EXISTS; in iwfs_file_open()
285 rc = IW_ERROR_NOT_EXISTS; in iwfs_file_open()
/third_party/iowow/src/platform/win32/
Dwin32.c114 return (errno == ENOENT) ? IW_ERROR_NOT_EXISTS : iwrc_set_errno(IW_ERROR_IO_ERRNO, errno); in iwp_fstat()
139 return IW_ERROR_NOT_EXISTS; in iwp_fstath()
/third_party/iowow/src/platform/unix/
Dunix.c91 return (errno == ENOENT) ? IW_ERROR_NOT_EXISTS : iwrc_set_errno(IW_ERROR_IO_ERRNO, errno); in _iwp_fstat()
95 return (errno == ENOENT) ? IW_ERROR_NOT_EXISTS : iwrc_set_errno(IW_ERROR_IO_ERRNO, errno); in _iwp_fstat()
/third_party/iowow/src/log/
Diwlog.h84 IW_ERROR_NOT_EXISTS, /**< Resource is not exists. */ enumerator
Diwlog.c251 case IW_ERROR_NOT_EXISTS: in _default_ecodefn()
/third_party/iowow/src/utils/
Diwstree.c382 return IW_ERROR_NOT_EXISTS; in iwstree_iter_next()
/third_party/ejdb/src/jbr/
Djbr.c302 case IW_ERROR_NOT_EXISTS: in _jbr_on_patch()
335 if ((rc == IWKV_ERROR_NOTFOUND) || (rc == IW_ERROR_NOT_EXISTS)) { in _jbr_on_delete()
415 if ((rc == IWKV_ERROR_NOTFOUND) || (rc == IW_ERROR_NOT_EXISTS)) { in _jbr_on_get()
/third_party/iowow/src/fs/tests/
Diwfs_test1.c153 CU_ASSERT_EQUAL_FATAL(rc, IW_ERROR_NOT_EXISTS); in iwfs_exfile_test1_2()
/third_party/iowow/src/kv/tests/
Diwkv_test1.c314 CU_ASSERT_EQUAL(rc, IW_ERROR_NOT_EXISTS); in iwkv_test1_impl()
/third_party/ejdb/src/
Dejdb2.c404 return IW_ERROR_NOT_EXISTS; in _jb_coll_acquire_keeplock2()
896 if (rc == IW_ERROR_NOT_EXISTS) { in ejdb_exec()
/third_party/ejdb/src/jql/
Djql.c1627 if ((rc == IW_ERROR_NOT_EXISTS) || (rc == IWKV_ERROR_NOTFOUND)) { in _jql_proj_join_matched()
/third_party/iowow/src/kv/
Diwkv.c3304 if (rc == IW_ERROR_NOT_EXISTS) { in _iwkv_check_online_backup()