OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:is_suffix
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/net/cookies/
cookie_util.cc
74
const bool
is_suffix
= (url_host.length() < cookie_domain.length()) ?
local
78
if (
is_suffix
)
/ndk/sources/host-tools/make-3.81/
function.c
534
int
is_suffix
= streq (funcname, "suffix");
535
int is_notdir = !
is_suffix
;
541
while (p >= p2 && (!
is_suffix
|| *p != '.'))
527
int
is_suffix
= streq (funcname, "suffix");
local
[
all
...]
Completed in 85 milliseconds