Searched refs:SetCache (Results 1 – 9 of 9) sorted by relevance
/third_party/musl/src/network/ |
D | res_cache.c | 35 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()
|
D | lookup.h | 115 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
|
/third_party/musl/porting/linux/user/src/network/ |
D | res_cache.c | 37 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()
|
D | lookup.h | 126 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
|
/third_party/node/deps/v8/src/ic/ |
D | ic.h | 116 void SetCache(Handle<Name> name, Handle<Object> handler); 117 void SetCache(Handle<Name> name, const MaybeObjectHandle& handler);
|
D | ic.cc | 432 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/ |
D | LimitedStreams.h | 210 void SetCache(size_t cacheSize, size_t cachePos) in SetCache() function
|
/third_party/typescript/tests/baselines/reference/user/ |
D | lodash.log | 47 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/ |
D | OpenArchive.cpp | 2523 limitedStreamSpec->SetCache(processedSize, (size_t)bufPhyPos); in OpenStream2()
|