Searched refs:retr_codes (Results 1 – 1 of 1) sorted by relevance
/third_party/ffmpeg/libavformat/ |
D | ftp.c | 428 static const int retr_codes[] = {150, 125, 0}; in ftp_retrieve() local 435 resp_code = ftp_send_command(s, command, retr_codes, NULL); in ftp_retrieve() 842 static const int retr_codes[] = {226, 250, 425, 426, 451, 0}; in ftp_read() local 844 err = ftp_status(s, &response, retr_codes); in ftp_read()
|