Home
last modified time | relevance | path

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

/third_party/ffmpeg/libavformat/
Dftp.c504 static const int mlsd_codes[] = {150, 500, 0}; /* 500 is incorrect code */ in ftp_list_mlsd() local
506 if (ftp_send_command(s, command, mlsd_codes, NULL) != 150) in ftp_list_mlsd()