Home
last modified time | relevance | path

Searched defs:update_callback (Results 1 – 4 of 4) 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/cpython2/Objects/
Dtypeobject.c393 typedef int (*update_callback)(PyTypeObject *, void *); typedef
/external/python/cpython3/Objects/
Dtypeobject.c689 typedef int (*update_callback)(PyTypeObject *, void *); typedef