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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-parse.c 68 for (delete_t *dp = message->removes; dp != NULL; ) {
259 delete_t *deletes = NULL, *dp, **dpp = NULL, **rpp = NULL, *removes = NULL; local
697 // Find any deletes that weren't consumed. These will be presumed to be removes of service instances previously
700 rpp = &removes;
785 // We also need to update the names of removes.
786 for (dp = removes; dp; dp = dp->next) {
845 // No matter how we get out of this, we free the delete structures that weren't dangling removes,
857 ret->removes = removes;
929 for (delete_t *delete = new_message->removes; delete != NULL; delete = delete->next)
    [all...]
srp-mdns-proxy.c 3320 // Handle removes. Service instance removes have to remove the whole service instance, not some subset.
3321 for (delete_t *dp = client_update->removes; dp; dp = dp->next) {
3322 // Removes can be for services or service instances. Because we're acting as an
3614 delete_t *removes = client_update->removes; local
3701 // We may have received removes for individual records. In this case, we need to make sure they only remove
3708 // Look for removes that conflict
3709 for (dp = removes; dp != NULL; dp = dp->next) {
3739 // See if the remove removes an instance on an update on the hos
    [all...]
srp-mdns-proxy.h 290 delete_t *NULLABLE removes; // Removes parsed from message member in struct:client_update
  /src/sys/arch/sparc64/sparc64/
pmap.c 325 int removes; member in struct:__anon2090
1745 REMOVE_STAT(removes);
2136 REMOVE_STAT(removes);

Completed in 37 milliseconds