Home
last modified time | relevance | path

Searched refs:SetCache (Results 1 – 9 of 9) sorted by relevance

/third_party/musl/src/network/
Dres_cache.c35 static SetCache load_cache_setter(void) in load_cache_setter()
37 static SetCache cache_setter = NULL; in load_cache_setter()
45 SetCache func = load_cache_setter(); in dns_set_addr_info_to_netsys_cache()
Dlookup.h115 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
/third_party/musl/porting/linux/user/src/network/
Dres_cache.c37 static SetCache load_cache_setter(void) in load_cache_setter()
39 static SetCache cache_setter = NULL; in load_cache_setter()
55 SetCache func = load_cache_setter(); in dns_set_addr_info_to_netsys_cache2()
Dlookup.h126 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
/third_party/node/deps/v8/src/ic/
Dic.h116 void SetCache(Handle<Name> name, Handle<Object> handler);
117 void SetCache(Handle<Name> name, const MaybeObjectHandle& handler);
Dic.cc432 SetCache(name, LoadHandler::LoadSlow(isolate())); in Load()
563 SetCache(name, LoadHandler::LoadSlow(isolate())); in Load()
766 void IC::SetCache(Handle<Name> name, Handle<Object> handler) { in SetCache() function in v8::internal::IC
767 SetCache(name, MaybeObjectHandle(handler)); in SetCache()
770 void IC::SetCache(Handle<Name> name, const MaybeObjectHandle& handler) { in SetCache() function in v8::internal::IC
841 SetCache(lookup->GetName(), handler); in UpdateCaches()
1726 SetCache(name, StoreHandler::StoreSlow(isolate())); in Store()
1838 SetCache(name, StoreHandler::StoreSlow(isolate())); in Store()
1935 SetCache(lookup->GetName(), handler); in UpdateCaches()
/third_party/lzma/CPP/7zip/Common/
DLimitedStreams.h210 void SetCache(size_t cacheSize, size_t cachePos) in SetCache() function
/third_party/typescript/tests/baselines/reference/user/
Dlodash.log47 node_modules/lodash/_baseDifference.js(43,5): error TS2740: Type 'SetCache' is missing the followin…
88 node_modules/lodash/_baseUniq.js(39,5): error TS2322: Type 'SetCache' is not assignable to type 'an…
/third_party/lzma/CPP/7zip/UI/Common/
DOpenArchive.cpp2523 limitedStreamSpec->SetCache(processedSize, (size_t)bufPhyPos); in OpenStream2()