Lines Matching defs:services
140 pa_hashmap *services; /* protect with mainloop lock */
389 pa_hashmap_remove_and_free(s->userdata->services, s->key);
405 if ((s = pa_hashmap_get(u->services, device)))
426 pa_hashmap_put(u->services, device, s);
484 pa_hashmap_remove_and_free(u->services, o);
583 pa_log_debug("Publishing services in Zeroconf");
615 pa_log_debug("Unpublishing services in Zeroconf");
617 while ((s = pa_hashmap_iterate(u->services, &state, NULL))) {
839 u->services = pa_hashmap_new_full(pa_idxset_trivial_hash_func, pa_idxset_trivial_compare_func, NULL, (pa_free_cb_t) service_free);
879 pa_hashmap_free(u->services);