Home
last modified time | relevance | path

Searched refs:connection_free (Results 1 – 4 of 4) sorted by relevance

/third_party/pulseaudio/src/modules/dbus/
Dmodule-dbus-protocol.c98 static void connection_free(struct connection *c) { in connection_free() function
117 connection_free(conn); in client_kill_cb()
507 connection_free(conn); in cleanup_cb()
586 pa_idxset_free(u->connections, (pa_free_cb_t) connection_free); in pa__done()
/third_party/pulseaudio/src/pulsecore/
Dprotocol-simple.c133 static void connection_free(pa_object *o) { in connection_free() function
490 c->parent.parent.free = connection_free; in pa_simple_protocol_connect()
Dprotocol-esound.c256 static void connection_free(pa_object *obj) { in connection_free() function
1506 c->parent.parent.free = connection_free; in pa_esound_protocol_connect()
/third_party/libsoup/
DChangeLog.pre-git6261 (connection_free): Don't the connection's auth, just free it.
6308 * libsoup/soup-context.c (connection_free): plug a non-occasional
6665 (connection_free): Release the connection's ref to the iochannel.