Home
last modified time | relevance | path

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

/curl/lib/
H A Dftp.h141 int count3; /* general purpose counter for the state machine */ member
H A Dftp.c2877 ftpc->count3 = 0; in ftp_statemachine()
2932 else if(ftpc->count3 < 1) { in ftp_statemachine()
2933 ftpc->count3++; in ftp_statemachine()
3175 ftpc->count3 = (data->set.ftp_create_missing_dirs == 2) ? 1 : 0; in ftp_statemachine()
3203 if((ftpcode/100 != 2) && !ftpc->count3--) { in ftp_statemachine()

Completed in 19 milliseconds