Searched refs:NOERR (Results 1 - 2 of 2) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | searchndk.cpp | 45 #define NOERR 0
macro 58 return NOERR;
in Compare() 115 if (ret == NOERR) {
in Hcreate() 118 napi_create_int32(env, NOERR, &result);
in Hcreate() 130 if (ret == NOERR) {
in HcreateR() 133 napi_create_int32(env, NOERR, &result);
in HcreateR() 146 if (ret == NOERR) {
in Hdestroy() 149 napi_create_int32(env, NOERR, &result);
in Hdestroy() 168 napi_create_int32(env, NOERR, &result);
in HdestroyR() 200 napi_create_int32(env, NOERR, in Hsearch() [all...] |
H A D | searchndk1.cpp | 44 #define NOERR 0
macro 64 ret = NOERR;
in Hcreate() 90 ret = NOERR;
in HcreateR() 115 ret = NOERR;
in Hdestroy() 139 ret = NOERR;
in HdestroyR() 181 ret = NOERR;
in Hsearch() 189 ret = NOERR;
in Hsearch() 231 ret = NOERR;
in HsearchR() 239 ret = NOERR;
in HsearchR() 265 int ret = NOERR;
in Insque() [all...] |
Completed in 2 milliseconds