Lines Matching defs:ci
286 client_info *ci = (client_info *)calloc(1, sizeof(client_info)); in Accept() local
330 client_info *ci = (client_info *)client_info_ptr; in ChildToSocket() local
355 client_info *ci = (client_info *)client_info_ptr; in SocketToChild() local
403 void PrepAndLaunchRedirectedChild(client_info *ci, in PrepAndLaunchRedirectedChild()
451 void SpawnSession(client_info *ci) in SpawnSession()
512 client_info *ci = Accept(ListenSocket); in ShellListenThread() local
571 BOOL SendFileChunks(client_info *ci, const char *filename) in SendFileChunks()
595 BOOL ReceiveFileChunks(client_info *ci, const char *filename) in ReceiveFileChunks()
631 int TerminateTransfer(client_info *ci, const char *message) in TerminateTransfer()
642 int TerminateWithError(client_info *ci, const char *message) in TerminateWithError()
649 int ReceiveThread(client_info *ci) in ReceiveThread()
722 int SendFiles(client_info *ci, const char *pattern) in SendFiles()
811 int SendThread(client_info *ci) in SendThread()
846 client_info *ci = (client_info *)client_info_ptr; in TransferThreadEntry() local
880 client_info *ci = Accept(ListenSocket); in FileTransferListenThread() local