Home | History | Annotate | Download | only in ServiceRegistration

Lines Matching defs:shared_txn

119         if (record->shared_txn != 0 && record->shared_txn == (intptr_t)server_state->shared_registration_txn) {
137 record->rref, record->shared_txn, server_state->shared_registration_txn);
141 record->shared_txn = 0;
334 record->shared_txn == (intptr_t)server_state->shared_registration_txn ? " live" : "");
341 record->shared_txn == (intptr_t)server_state->shared_registration_txn ? " live" : "");
364 } else if (instance->shared_txn != (intptr_t)server_state->shared_registration_txn) {
736 if (record->rref != NULL && record->shared_txn == affected_service_pointer) {
764 instance->shared_txn == affected_service_pointer)
2065 service_disconnected(host->server_state, instance->shared_txn);
2066 instance->shared_txn = 0;
2257 instance->shared_txn = (intptr_t)server_state->shared_registration_txn;
2465 service_disconnected(host->server_state, record->shared_txn);
2700 record->shared_txn = (intptr_t)host->server_state->shared_registration_txn;
2810 dnssd_txn_t *shared_txn;
2817 shared_txn = record->host->server_state->shared_registration_txn;
2818 if (shared_txn == NULL) {
2819 ERROR("shared_txn is NULL when we update host TSR.");
2822 if (shared_txn->sdref == NULL) {
2823 ERROR("shared_txn->sdref is NULL when we update host TSR.");
2845 shared_txn->sdref, record->rref, 0, 0, NULL, 0, attr);
2928 (host->key_record->shared_txn != (intptr_t)host->server_state->shared_registration_txn ||
2988 if (((intptr_t)host->server_state->shared_registration_txn == instance->shared_txn)) {
3002 instance->instance_name, instance, instance->shared_txn);
3054 ((intptr_t)host->server_state->shared_registration_txn == host_instance->shared_txn))
3248 (intptr_t)host->server_state->shared_registration_txn == remove_addrs->vec[i]->shared_txn &&