Searched refs:nresult (Results 1 - 1 of 1) sorted by relevance
/test/testfwk/developer_test/aw/cxx/distributed/ |
H A D | distributed_agent.cpp | 200 int nresult = OnProcessCmd(pAlignmentCmd, cmdLen, pszEValue, eValueLen);
in DoCmdServer() local 210 sprintf_s(pclinereturn->alignmentCmd, (MAX_BUFF_LEN - DST_COMMAND_HEAD_LEN), "%d", nresult);
in DoCmdServer() 222 int nresult = 0;
in DoCmdServer() local 232 nresult = OnProcessMsg(pcline->alignmentCmd, pcline->len, resultcmd, pclinereturn->len);
in DoCmdServer() 239 pclinereturn->len = htons(nresult);
in DoCmdServer() 240 send(clientSockFd_, pclinereturn, static_cast<size_t>(nresult + DST_COMMAND_HEAD_LEN), 0);
in DoCmdServer() 330 int nresult = 0;
in OnProcessCmd() local 349 nresult = -1;
in OnProcessCmd() 350 return nresult;
in OnProcessCmd() 365 nresult in OnProcessCmd() 372 int nresult = 0; OnProcessCmd() local [all...] |
Completed in 2 milliseconds