Searched refs:receiverCtx (Results 1 – 6 of 6) sorted by relevance
222 if (connection->receiverCtx.timer) { in OnClose()224 connection->receiverCtx.timer = NULL; in OnClose()229 connection->receiverCtx.incompleteMsg = NULL; in OnClose()289 if (connection->receiverCtx.timer != NULL) { in StartTimerForCheckMsg()388 connection->receiverCtx.fdCount = 0; in OnConnection()390 connection->receiverCtx.timer = NULL; in OnConnection()391 connection->receiverCtx.msgRecvLen = 0; in OnConnection()392 connection->receiverCtx.nextMsgId = 1; in OnConnection()445 connection->receiverCtx.msgRecvLen = 0; in OnReceiveRequest()446 if (connection->receiverCtx.timer) { in OnReceiveRequest()[all …]
62 AppSpawnMsgReceiverCtx receiverCtx; member
274 return -1, "failed to recv fd %d %d", connection->receiverCtx.fdCount, fdCount); in HandleRecvMessage()275 APPSPAWN_CHECK(memcpy_s(connection->receiverCtx.fds, fdCount * sizeof(int), fd, in HandleRecvMessage()277 connection->receiverCtx.fdCount = fdCount; in HandleRecvMessage()329 int fdCount = spawnConnection->receiverCtx.fdCount; in OnClose()331 APPSPAWN_LOGI("OnClose close fd %d", spawnConnection->receiverCtx.fds[i]); in OnClose()332 if (spawnConnection->receiverCtx.fds[i] >= 0) { in OnClose()333 close(spawnConnection->receiverCtx.fds[i]); in OnClose()
495 int fdCount = property->message->connection->receiverCtx.fdCount; in CloseFdArgs()496 int *fds = property->message->connection->receiverCtx.fds; in CloseFdArgs()504 property->message->connection->receiverCtx.fdCount = 0; in CloseFdArgs()516 AppSpawnMsgReceiverCtx recvCtx = message->connection->receiverCtx; in SetFdEnv()
43 recvCtx = message->connection->receiverCtx; in BuildFdInfoMap()
150 recvCtx = message->connection->receiverCtx; in BuildFdInfoMap()