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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c 115 dnssd_txn_t *shared_txn; member in struct:dnssd_client
srp-mdns-proxy.c 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);
2810 dnssd_txn_t *shared_txn; local
    [all...]
srp-mdns-proxy.h 139 intptr_t shared_txn; // The shared txn on which the txn for this instance's registration was created member in struct:adv_instance
163 intptr_t shared_txn; // The shared transaction on which this record was registered. member in struct:adv_record_registration

Completed in 17 milliseconds