HomeSort by relevance Sort by last modified time
    Searched refs:avahi_client_free (Results 1 - 19 of 19) sorted by null

  /external/libweave/examples/provider/
avahi_client.h 37 std::unique_ptr< ::AvahiClient, decltype(&avahi_client_free)> client_{
38 nullptr, &avahi_client_free};
  /system/weaved/buffet/
avahi_mdns_client.h 54 std::unique_ptr< ::AvahiClient, decltype(&avahi_client_free)> client_{
55 nullptr, &avahi_client_free};
  /external/avahi/avahi-client/
client.h 72 void avahi_client_free(AvahiClient *client);
srv-test.c 72 avahi_client_free(client);
rr-test.c 107 avahi_client_free(client);
client-test.c 322 avahi_client_free (avahi);
client.c 607 avahi_client_free(client);
625 void avahi_client_free(AvahiClient *client) { function
  /external/avahi/examples/
glib-integration.c 142 avahi_client_free (client);
client-browse-services.c 191 avahi_client_free(client);
client-publish-service.c 272 avahi_client_free(client);
  /external/avahi/avahi-utils/
avahi-set-host-name.c 203 avahi_client_free(client);
avahi-publish.c 165 avahi_client_free(client);
414 avahi_client_free(client);
avahi-resolve.c 331 avahi_client_free(client);
avahi-browse.c 587 avahi_client_free(client);
862 avahi_client_free(client);
  /external/avahi/avahi-sharp/
Client.cs 133 private static extern void avahi_client_free (IntPtr handle); method in class:Avahi.Client
288 avahi_client_free (handle);
  /external/avahi/avahi-gobject/
ga-client.c 165 avahi_client_free(self->avahi_client);
  /external/avahi/avahi-compat-howl/
compat.c 444 avahi_client_free(self->client);
  /external/avahi/avahi-compat-libdns_sd/
compat.c 431 avahi_client_free(sdref->client);
    [all...]
  /external/avahi/avahi-ui/
avahi-ui.c 824 avahi_client_free(d->priv->client);
    [all...]

Completed in 207 milliseconds