Home
last modified time | relevance | path

Searched refs:endOfCommands (Results 1 – 2 of 2) sorted by relevance

/dports/comms/qsstv/qsstv/utils/
H A Dftpfunctions.cpp39 endOfCommands=false; in test()
76 endOfCommands=false; in checkUpload()
86 endOfCommands=false; in checkRemove()
95 endOfCommands=false; in checkStart()
273 endOfCommands=true; in slotCommandsDone()
287 while(!endOfCommands && busy) in checkWait()
291 addToLog(QString("ftp wait done %1 %2").arg(endOfCommands).arg(busy),LOGFTPFUNC); in checkWait()
H A Dftpfunctions.h66 bool endOfCommands; variable