Home | History | Annotate | Download | only in mDNSShared

Lines Matching defs:new

141 	// for each new request. This is because, until we've read the ipc_msg_hdr to find out what the
142 // operation is, we don't know if we're going to need to allocate a new request_state or not.
812 RecordUpdatedNiceLabel(m, 0); // Successfully got new name, tell user immediately
879 // with the old rdata (so that we can free it) and stores the new
1950 DNameListElem *new = mDNSPlatformMemAllocate(sizeof(DNameListElem));
1951 if (!new) { LogMsg("ERROR: malloc"); return; }
1952 AssignDomainName(&new->name, name);
1953 new->uid = uid;
1954 new->next = AutoBrowseDomains;
1955 AutoBrowseDomains = new;
1956 udsserver_automatic_browse_domain_changed(new, mDNStrue);
2055 if (RegDomains) SetPrefsBrowseDomains(m, RegDomains, mDNStrue); // Add the new list first
2058 // Add any new domains not already in our AutoRegistrationDomains list
2063 if (!*pp) // If not found in our existing list, this is a new default registration domain
2068 else // else found same domainname in both old and new lists, so no change, just delete old copy
2086 // Now we have our new updated automatic registration domain list
2089 // Add new browse domains to internal list
2104 // Replace the old browse domains array with the new array
2402 // Returns 1 on successfully appending a search domain and the caller should reissue the new query
3686 // that this is a new version of the library that's going to pass us
3817 // If we're shutting down, don't allow new client requests