Home | History | Annotate | Download | only in lib

Lines Matching refs:count3

886     /* count3 is set to allow a MKD to fail once. In the case when first CWD
889 ftpc->count3 = (conn->data->set.ftp_create_missing_dirs == 2)?1:0;
2654 ftpc->count3 = 0;
2699 else if(ftpc->count3 < 1) {
2700 ftpc->count3++;
2976 if((ftpcode/100 != 2) && !ftpc->count3--) {