HomeSort by: relevance | last modified time | path
    Searched refs:txt_txn (Results 1 - 2 of 2) sorted by relevancy

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
srp-replication.h 309 dnssd_txn_t *NULLABLE txt_txn; member in struct:srpl_instance_service
srp-replication.c 513 if (service->txt_txn != NULL) {
514 ioloop_dnssd_txn_cancel(service->txt_txn);
515 ioloop_dnssd_txn_release(service->txt_txn);
516 service->txt_txn = NULL;
894 if (service->txt_txn != NULL) {
895 ioloop_dnssd_txn_cancel(service->txt_txn);
896 ioloop_dnssd_txn_release(service->txt_txn);
897 service->txt_txn = NULL;
951 if (service->txt_txn != NULL) {
952 ioloop_dnssd_txn_cancel(service->txt_txn);
    [all...]

Completed in 20 milliseconds