Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dftp.c1136 static const int rnfr_codes[] = {350, 421, 450, 500, 501, 502, 503, 530, 0}; in ftp_move() local
1149 if (ftp_send_command(s, command, rnfr_codes, NULL) != 350) { in ftp_move()