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

  /external/curl/lib/
cookie.c 494 bool is_ip; local
503 is_ip = isip(domain ? domain : whatptr);
511 || (is_ip && !strcmp(whatptr, domain))
512 || (!is_ip && tailmatch(whatptr, domain))) {
518 if(!is_ip)
1046 bool is_ip; local
1055 is_ip = isip(host);
1068 (co->tailmatch && !is_ip && tailmatch(co->domain, host)) ||
1069 ((!co->tailmatch || is_ip) && Curl_raw_equal(host, co->domain)) ) {
    [all...]
  /external/dnsmasq/src/
option.c 418 char *option_string(unsigned char opt, int *is_ip, int *is_name)
425 if (is_ip)
426 *is_ip = !!(opttab[i].size & OT_ADDR_LIST);
    [all...]
rfc2131.c 1420 int is_ip, is_name, i; local
    [all...]
dnsmasq.h 769 char *option_string(unsigned char opt, int *is_ip, int *is_name);

Completed in 2850 milliseconds