HomeSort by relevance Sort by last modified time
    Searched refs:STRING_FTPPORT (Results 1 - 3 of 3) sorted by null

  /external/curl/lib/
setopt.c     [all...]
urldata.h     [all...]
ftp.c 950 char *string_ftpport = data->set.str[STRING_FTPPORT]; local
964 if(data->set.str[STRING_FTPPORT] &&
965 (strlen(data->set.str[STRING_FTPPORT]) > 1)) {
968 size_t addrlen = INET6_ADDRSTRLEN > strlen(string_ftpport) ?
969 INET6_ADDRSTRLEN : strlen(string_ftpport);
971 size_t addrlen = INET_ADDRSTRLEN > strlen(string_ftpport) ?
972 INET_ADDRSTRLEN : strlen(string_ftpport);
974 char *ip_start = string_ftpport;
984 if(*string_ftpport == '[')
    [all...]

Completed in 49 milliseconds