Searched defs:update_callback (Results 1 - 2 of 2) sorted by relevance

/external/mdnsresponder/mDNSShared/
H A Duds_daemon.c878 // If the record has been updated, we need to free the rdata. Everytime we call mDNS_Update, it calls update_callback
880 // to free the latest rdata for which the update_callback was never called with.
1156 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen) function
1176 LogInfo("update_callback: calling external_start_advertising_service");
1180 if (oldrd != &rr->rdatastorage) freeL("RData/update_callback", oldrd);
1199 result = mDNS_Update(&mDNSStorage, rr, ttl, rdlen, newrd, update_callback);
/external/python/cpython2/Objects/
H A Dtypeobject.c393 typedef int (*update_callback)(PyTypeObject *, void *); typedef
395 update_callback callback, void *data);
397 update_callback callback, void *data);
6432 update_callback callback, void *data)
6441 update_callback callback, void *data)

Completed in 180 milliseconds