Home
last modified time | relevance | path

Searched refs:pa_auth_cookie (Results 1 – 6 of 6) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
Dauth-cookie.c36 struct pa_auth_cookie { struct
43 pa_auth_cookie* pa_auth_cookie_get(pa_core *core, const char *cn, bool create, size_t size) { in pa_auth_cookie_get() argument
44 pa_auth_cookie *c; in pa_auth_cookie_get()
62 c = pa_xmalloc(PA_ALIGN(sizeof(pa_auth_cookie)) + size); in pa_auth_cookie_get()
70 if (pa_authkey_load(cn, create, (uint8_t*) c + PA_ALIGN(sizeof(pa_auth_cookie)), size) < 0) { in pa_auth_cookie_get()
78 pa_auth_cookie *pa_auth_cookie_create(pa_core *core, const void *data, size_t size) { in pa_auth_cookie_create()
79 pa_auth_cookie *c; in pa_auth_cookie_create()
98 c = pa_xmalloc(PA_ALIGN(sizeof(pa_auth_cookie)) + size); in pa_auth_cookie_create()
106 memcpy((uint8_t *) c + PA_ALIGN(sizeof(pa_auth_cookie)), data, size); in pa_auth_cookie_create()
111 pa_auth_cookie* pa_auth_cookie_ref(pa_auth_cookie *c) { in pa_auth_cookie_ref()
[all …]
Dauth-cookie.h25 typedef struct pa_auth_cookie pa_auth_cookie; typedef
27 pa_auth_cookie* pa_auth_cookie_get(pa_core *c, const char *cn, bool create, size_t size);
28 pa_auth_cookie* pa_auth_cookie_create(pa_core *c, const void *data, size_t size);
29 pa_auth_cookie* pa_auth_cookie_ref(pa_auth_cookie *c);
30 void pa_auth_cookie_unref(pa_auth_cookie *c);
32 const uint8_t* pa_auth_cookie_read(pa_auth_cookie *, size_t size);
Dprotocol-esound.h40 pa_auth_cookie *auth_cookie;
Dprotocol-native.h48 pa_auth_cookie *auth_cookie;
/third_party/pulseaudio/src/modules/x11/
Dmodule-x11-publish.c69 pa_auth_cookie *auth_cookie;
/third_party/pulseaudio/src/modules/
Dmodule-tunnel.c208 pa_auth_cookie *auth_cookie;