Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dftp.c477 static const int rest_codes[] = {350, 0}; in ftp_restart() local
480 if (ftp_send_command(s, command, rest_codes, NULL) != 350) in ftp_restart()