Home
last modified time | relevance | path

Searched refs:port_min (Results 1 - 3 of 3) sorted by relevance

/third_party/ffmpeg/libavformat/
H A Drtsp.h98 int port_min, port_max; member
H A Drtsp.c968 rtsp_parse_range(&th->port_min, &th->port_max, &p); in rtsp_parse_transport()
1667 port = reply->transports[0].port_min; in ff_rtsp_make_setup_request()
/third_party/curl/lib/
H A Dftp.c929 unsigned short port_min = 0; in ftp_state_use_port() local
972 port_min = port_max = 0; in ftp_state_use_port()
987 port_min = curlx_ultous(strtoul(port_start + 1, NULL, 10)); in ftp_state_use_port()
993 port_max = port_min; in ftp_state_use_port()
999 * :-4711, in this case port_min is (unsigned)-1, in ftp_state_use_port()
1000 * therefore port_min > port_max for all cases in ftp_state_use_port()
1003 if(port_min > port_max) in ftp_state_use_port()
1004 port_min = port_max = 0; in ftp_state_use_port()
1104 for(port = port_min; port <= port_max;) { in ftp_state_use_port()
1128 port = port_min; in ftp_state_use_port()
[all...]

Completed in 13 milliseconds