Searched refs:get_url_info (Results 1 - 1 of 1) sorted by last modified time

/freebsd-9.3-release/lib/libftpio/
H A Dftpio.c64 static int get_url_info(char *url_in, char *host_ret, int *port_ret, char *name_ret);
359 if (get_url_info(url, host, &port, name) == SUCCESS) {
423 if (get_url_info(url, host, &port, name) == SUCCESS) {
442 get_url_info(char *url_in, char *host_ret, int *port_ret, char *name_ret) function

Completed in 59 milliseconds