Lines Matching refs:rc
41 bool rc = false; in ChangeDir() local
54 rc = true; in ChangeDir()
57 return rc; in ChangeDir()
64 bool rc = false; in ListDirContents() local
90 rc = true; in ListDirContents()
101 return rc; in ListDirContents()
108 bool rc = false; in PrintWorkingDir() local
121 rc = true; in PrintWorkingDir()
127 return rc; in PrintWorkingDir()
135 bool rc = false; in Connect() local
162 rc = true; in Connect()
171 rc = true; in Connect()
184 if (rc == true) in Connect()
191 return rc; in Connect()
198 bool rc = false; in PutFile() local
254 rc = true; in PutFile()
269 if (rc) { in PutFile()
271 rc = codeType <= 2; in PutFile()
274 return rc; in PutFile()
281 bool rc = false; in GetFile() local
310 rc = true; in GetFile()
348 if (rc) { in GetFile()
350 rc = (codeType <= 2 && writeError == false); in GetFile()
352 return rc; in GetFile()
361 bool rc = false; in MoveFile() local
376 rc = true; in MoveFile()
382 return rc; in MoveFile()
389 bool rc = false; in Chmod() local
406 rc = true; in Chmod()
409 return rc; in Chmod()
447 bool rc = false; in _SendRequest() local
459 rc = true; in _SendRequest()
462 return rc; in _SendRequest()
469 bool rc = false; in _GetReplyLine() local
477 rc = true; in _GetReplyLine()
523 return rc; in _GetReplyLine()
530 bool rc = false; in _GetReply() local
550 rc = _GetReplyLine(line); in _GetReply()
551 if (rc == true) { in _GetReply()
559 rc = _GetReplyLine(line); in _GetReply()
560 while (rc == true) { in _GetReply()
568 rc = _GetReplyLine(line); in _GetReply()
573 if (!rc && outCode != 421) { in _GetReply()
586 return rc; in _GetReply()
597 bool rc = false; in _OpenDataConnection() local
639 rc = true; in _OpenDataConnection()
646 rc = _OpenDataConnection(); in _OpenDataConnection()
674 rc = true; in _OpenDataConnection()
678 return rc; in _OpenDataConnection()
686 bool rc = false; in _AcceptDataConnection() local
694 rc = true; in _AcceptDataConnection()
700 rc = true; in _AcceptDataConnection()
702 return rc; in _AcceptDataConnection()