Searched refs:update_callback (Results 1 - 3 of 3) sorted by relevance
/external/python/cpython2/Objects/ |
H A D | typeobject.c | 393 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)
|
/external/python/cpython3/Objects/ |
H A D | typeobject.c | 563 typedef int (*update_callback)(PyTypeObject *, void *); typedef 565 update_callback callback, void *data); 567 update_callback callback, void *data); 7082 update_callback callback, void *data) 7091 update_callback callback, void *data)
|
/external/mdnsresponder/mDNSShared/ |
H A D | uds_daemon.c | 878 // 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);
|
Completed in 561 milliseconds