Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching refs:removing

87     bool removing;  // We are removing the current registration(s)
105 bool removing;
819 // If we are removing, there is no point in trying the next server--just give up and report a timeout.
820 if (context->removing) {
909 context->removing);
1037 if (context->removing) {
1068 if (rp->removing) {
1193 size_t *NONNULL p_length, dns_wire_t *in_wire, uint32_t serial, bool removing)
1292 if (!removing) {
1322 // If we are removing the host, we don't need to send instances.
1323 if (!removing) {
1330 if (((removing || reg->removing) && reg->serial > serial) || reg->skip) {
1385 if (reg->removing) {
1406 // We don't need to remove subtypes: removing the instance removes all its subtypes.
1407 if (reg->removing) {
1426 if (!reg->removing) {
1481 if (removing) {
1482 // If we are removing the record, lease time should be zero. Key_lease_time can be nonzero, but we
1620 client->active_update->removing = true;
1647 rp->removing = true;