Home
last modified time | relevance | path

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

/dports/ftp/lftp/lftp-4.9.2/src/
H A DMirrorJob.cc303 bool cont_this=false; in HandleFile() local
337 cont_this=true; in HandleFile()
371 if(cont_this) in HandleFile()
397 …dst_peer=new FileCopyPeerFDStream(new FileStream(target_name,O_WRONLY|O_CREAT|(cont_this?0:O_TRUNC… in HandleFile()
401 FileCopy *c=FileCopy::New(src_peer,dst_peer,cont_this); in HandleFile()