Home
last modified time | relevance | path

Searched refs:time_match (Results 1 – 2 of 2) sorted by relevance

/external/iptables/extensions/
Dlibxt_time.c434 static struct xtables_match time_match = { variable
450 xtables_register_match(&time_match); in _init()
/external/chromium/chrome/browser/sync/engine/
Dsyncer_util.cc519 bool time_match = ClientAndServerTimeMatch(entry->Get(MTIME), in ServerAndLocalEntriesMatch() local
521 if (!time_match) { in ServerAndLocalEntriesMatch()
524 return time_match; in ServerAndLocalEntriesMatch()