Home
last modified time | relevance | path

Searched refs:port_max (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()
/third_party/curl/lib/
H A Dftp.c930 unsigned short port_max = 0; in ftp_state_use_port() local
972 port_min = port_max = 0; in ftp_state_use_port()
990 port_max = curlx_ultous(strtoul(port_sep + 1, NULL, 10)); in ftp_state_use_port()
993 port_max = port_min; in ftp_state_use_port()
1000 * therefore port_min > port_max for all cases in ftp_state_use_port()
1001 * but port_max = (unsigned)-1 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()
1145 if(port > port_max) { in ftp_state_use_port()
[all...]

Completed in 8 milliseconds