Home
last modified time | relevance | path

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

/third_party/iowow/src/log/
Diwlog.c203 return success ? 0 : IW_ERROR_FAIL; in iwlog_register_ecodefn()
237 case IW_ERROR_FAIL: in _default_ecodefn()
Diwlog.h77 IW_ERROR_FAIL = IW_ERROR_START, /**< Unspecified error. */ enumerator
/third_party/iowow/src/utils/
Diwxstr.c251 rc = IW_ERROR_FAIL; in iwxstr_insert_vaprintf()
284 rc = IW_ERROR_FAIL; in iwxstr_vaprintf()
/third_party/iowow/src/platform/win32/mman/
Dmman.c16 iwrc rc = IW_ERROR_FAIL; in __map_mman_error()