Searched refs:pa_auth_cookie (Results 1 – 6 of 6) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
D | auth-cookie.c | 36 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 …]
|
D | auth-cookie.h | 25 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);
|
D | protocol-esound.h | 40 pa_auth_cookie *auth_cookie;
|
D | protocol-native.h | 48 pa_auth_cookie *auth_cookie;
|
/third_party/pulseaudio/src/modules/x11/ |
D | module-x11-publish.c | 69 pa_auth_cookie *auth_cookie;
|
/third_party/pulseaudio/src/modules/ |
D | module-tunnel.c | 208 pa_auth_cookie *auth_cookie;
|