Searched refs:sendRet (Results 1 - 1 of 1) sorted by relevance
/test/xts/acts/commonlibrary/thirdparty/musl/entry/src/main/cpp/ |
H A D | otherstestndk.cpp | 513 int sendRet = SUCCESS;
in SendTo_chk() local 517 sendRet = __sendto_chk(PARAM_0, sendBuf, sizeof(sendBuf), sizeof(sendBuf), PARAM_0, nullptr, PARAM_0);
in SendTo_chk() 521 napi_create_int32(env, sendRet, &result);
in SendTo_chk() 527 int sendRet = SUCCESS;
in Send_chk() local 535 napi_create_int32(env, sendRet, &result);
in Send_chk() 540 int sendRet = SUCCESS;
in RecV_chk() local 545 sendRet = __recv_chk(PARAM_0, buf, data_len, data_len, PARAM_0);
in RecV_chk() 549 napi_create_int32(env, sendRet, &result);
in RecV_chk() 555 int sendRet = SUCCESS;
in RecVFrom_chk() local 560 sendRet in RecVFrom_chk() [all...] |
Completed in 3 milliseconds