Home
last modified time | relevance | path

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

/external/libchrome/components/policy/core/common/
Dasync_policy_loader.cc81 void AsyncPolicyLoader::Init(const UpdateCallback& update_callback) { in Init()
/external/mdnsresponder/mDNSShared/
Duds_daemon.c1156 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen) in update_callback() function
/external/python/cpython3/Objects/
Dtypeobject.c1491 typedef int (*update_callback)(PyTypeObject *, void *); typedef