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

  /src/external/apache2/mDNSResponder/dist/ServiceRegistration/
dnssd-client.c 110 cti_connection_t active_data_set_connection; member in struct:dnssd_client
610 if (client->active_data_set_connection != NULL) {
611 cti_events_discontinue(client->active_data_set_connection);
613 client->active_data_set_connection = NULL;
691 cti_events_discontinue(client->active_data_set_connection);
692 client->active_data_set_connection = NULL;
713 cti_track_active_data_set(client->server_state, &client->active_data_set_connection,
service-publisher.c 127 cti_connection_t active_data_set_connection; member in struct:service_publisher
1448 if (publisher->active_data_set_connection != NULL) {
1449 cti_events_discontinue(publisher->active_data_set_connection);
1450 publisher->active_data_set_connection = NULL;
1606 cti_events_discontinue(publisher->active_data_set_connection);
1607 publisher->active_data_set_connection = NULL;
1797 cti_status_t status = cti_track_active_data_set(publisher->server_state, &publisher->active_data_set_connection,

Completed in 17 milliseconds