OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_ip
(Results
1 - 4
of
4
) sorted by null
/external/curl/lib/
cookie.c
468
bool
is_ip
;
local
477
is_ip
= isip(domain ? domain : whatptr);
485
|| (
is_ip
&& !strcmp(whatptr, domain))
486
|| (!
is_ip
&& tailmatch(whatptr, domain))) {
492
if(!
is_ip
)
1013
bool
is_ip
;
local
1022
is_ip
= isip(host);
1035
(co->tailmatch && !
is_ip
&& tailmatch(co->domain, host)) ||
1036
((!co->tailmatch ||
is_ip
) && Curl_raw_equal(host, co->domain)) ) {
[
all
...]
/external/dnsmasq/src/
option.c
413
char *option_string(unsigned char opt, int *
is_ip
, int *is_name)
420
if (
is_ip
)
421
*
is_ip
= !!(opttab[i].size & OT_ADDR_LIST);
[
all
...]
rfc2131.c
1420
int
is_ip
, is_name, i;
local
[
all
...]
dnsmasq.h
768
char *option_string(unsigned char opt, int *
is_ip
, int *is_name);
Completed in 439 milliseconds