Searched refs:rmd_codes (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | ftp.c | 1099 static const int rmd_codes[] = {250, 421, 500, 501, 502, 530, 550, 0}; in ftp_delete() local 1122 if (ftp_send_command(s, command, rmd_codes, NULL) == 250) in ftp_delete()
|