Searched refs:SetSessionIsAsyncById (Results 1 – 4 of 4) sorted by relevance
252 int32_t SetSessionIsAsyncById(int32_t sessionId, bool isAsync);
1065 SetSessionIsAsyncById(1, true);1436 int32_t ret = SetSessionIsAsyncById(1, true);1438 ret = SetSessionIsAsyncById(-1, true);
1132 ret = SetSessionIsAsyncById(socket, isAsync); in ClientBind()1301 ret = SetSessionIsAsyncById(socket, false); in ClientDfsBind()
2046 int32_t SetSessionIsAsyncById(int32_t sessionId, bool isAsync) in SetSessionIsAsyncById() function