HomeSort by: relevance | last modified time | path
    Searched refs:update_callback (Results 1 - 4 of 4) sorted by relevancy

  /src/external/mpl/bind/dist/lib/dns/include/dns/
diff.h 273 update_callback(void *arg, const dns_name_t *name, dns_rdataset_t *rds,
  /src/external/mpl/bind/dist/lib/dns/
diff.c 302 update_callback(void *arg, const dns_name_t *name, dns_rdataset_t *rds, function
500 callbacks.update = update_callback;
511 callbacks.update = update_callback;
rbt-zonedb.c 2358 callbacks->update = update_callback;
  /src/external/apache2/mDNSResponder/dist/mDNSShared/
uds_daemon.c 1442 // If the record has been updated, we need to free the rdata. Every time we call mDNS_Update, it calls update_callback
1444 // to free the latest rdata for which the update_callback was never called with.
2252 mDNSlocal void update_callback(mDNS *const m, AuthRecord *const rr, RData *oldrd, mDNSu16 oldrdlen) function
2277 LogRedact(MDNS_LOG_CATEGORY_D2D, MDNS_LOG_DEFAULT, "update_callback: calling external_start_advertising_service");
2282 if (oldrd != &rr->rdatastorage) freeL("RData/update_callback", oldrd);
2316 result = mDNS_Update(&mDNSStorage, ar, ttl, rdlen, newrd, update_callback);

Completed in 82 milliseconds