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

  /external/curl/lib/
hostcheck.c 131 char *hostp; local
139 hostp = strdup(hostname);
140 if(hostp) {
141 if(hostmatch(hostp, matchp) == CURL_HOST_MATCH)
143 free(hostp);
hostip.c 866 struct curl_slist *hostp; local
873 for(hostp = data->change.resolve; hostp; hostp = hostp->next) {
875 if(!hostp->data)
877 if(hostp->data[0] == '-') {
880 if(2 != sscanf(hostp->data + 1, "%255[^:]:%d", hostname, &port)) {
882 hostp->data);
915 host_end = strchr(hostp->data, ':')
    [all...]
altsvc.c 476 const char *hostp = p; local
479 len = p - hostp;
482 memcpy(namebuf, hostp, len);
doh.c 83 const char *hostp = host; local
103 char *dot = strchr(hostp, '.');
108 labellen = dot - hostp;
111 labellen = strlen(hostp);
118 memcpy(dnsp, hostp, labellen);
120 hostp += labellen + 1;
urlapi.c 728 const char *hostp; local
764 hostp = p; /* host name starts here */
769 len = p - hostp;
773 memcpy(hostname, hostp, len);
    [all...]
  /external/openssh/
ssh.c 371 resolve_canonicalize(char **hostp, int port)
391 if ((addrs = resolve_addr(*hostp, port,
393 debug2("%s: hostname %.100s is address", __func__, *hostp);
394 if (strcasecmp(*hostp, newname) != 0) {
396 __func__, *hostp, newname);
397 free(*hostp);
398 *hostp = xstrdup(newname);
404 if ((*hostp)[strlen(*hostp) - 1] == '.') {
406 fullhost = xstrdup(*hostp);
    [all...]
misc.c 468 parse_user_host_port(const char *s, char **userp, char **hostp, int *portp)
476 if (hostp != NULL)
477 *hostp = NULL;
506 if (hostp != NULL) {
507 *hostp = host;
sshconnect.c 816 char hostline[1000], *hostp, *fp, *ra; local
1008 hostp = hostline;
1024 hostp = host;
1032 "list of known hosts.", hostp, type);
    [all...]
  /external/libpcap/
pcap.c     [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.10/Modules/
socketmodule.c 4258 char *hostp; local
    [all...]
  /device/linaro/bootloader/edk2/AppPkg/Applications/Python/Python-2.7.2/Modules/
socketmodule.c 4162 char *hostp; local
    [all...]
  /external/python/cpython2/Modules/
socketmodule.c 4283 const char *hostp; local
    [all...]
  /external/python/cpython3/Modules/
socketmodule.c 6316 const char *hostp; local
    [all...]

Completed in 361 milliseconds