Home
last modified time | relevance | path

Searched refs:replace_existing (Results 1 – 5 of 5) sorted by relevance

/external/cronet/tot/net/dns/
Dhost_resolver_cache.h225 bool replace_existing,
Dhost_resolver_cache.cc350 bool replace_existing, in Set() argument
360 if (!matches.empty() && !replace_existing) { in Set()
/external/cronet/stable/net/dns/
Dhost_resolver_cache.h225 bool replace_existing,
Dhost_resolver_cache.cc350 bool replace_existing, in Set() argument
360 if (!matches.empty() && !replace_existing) { in Set()
/external/curl/lib/
Dcookie.c1014 replace_existing(struct Curl_easy *data, in replace_existing() function
1198 if(replace_existing(data, co, ci, secure, &replaces)) in Curl_cookie_add()