Searched refs:commandFd (Results 1 – 4 of 4) sorted by relevance
83 assert(fd == commandFd); in socketRequestsHandler()109 close(commandFd); in socketRequestsHandler()110 commandFd = -1; in socketRequestsHandler()129 commandFd = fd; in setCommandFd()137 return commandFd; in getCommandFd()
57 int commandFd = -1; variable159 void setCommandFd(int commandFd);
345 hdr)) && encoded_size <= INT32_MAX && commandFd != -1) { in sendResponse()360 if ( 0 != blockingWrite_helper(commandFd, buffer, buffer_size)) { in sendResponse()371 hdr->type, encoded_size, commandFd, success); in sendResponse()
4136 assert (sapSocket->commandFd < 0); in listenCallback()