Home
last modified time | relevance | path

Searched defs:SetCache (Results 1 – 3 of 3) sorted by relevance

/third_party/musl/porting/linux/user/src/network/
Dlookup.h126 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
/third_party/musl/src/network/
Dlookup.h131 typedef int32_t (*SetCache)(uint16_t netId, struct param_wrapper param, struct addrinfo *res); typedef
/third_party/node/deps/v8/src/ic/
Dic.cc766 void IC::SetCache(Handle<Name> name, Handle<Object> handler) { in SetCache() function in v8::internal::IC
770 void IC::SetCache(Handle<Name> name, const MaybeObjectHandle& handler) { in SetCache() function in v8::internal::IC