Home
last modified time | relevance | path

Searched refs:acl_entry (Results 1 - 1 of 1) sorted by relevance

/third_party/pulseaudio/src/pulsecore/
H A Dipacl.c50 struct acl_entry { struct
51 PA_LLIST_FIELDS(struct acl_entry);
61 PA_LLIST_HEAD(struct acl_entry, entries);
72 PA_LLIST_HEAD_INIT(struct acl_entry, acl->entries); in pa_ip_acl_new()
76 struct acl_entry e, *n; in pa_ip_acl_new()
140 n = pa_xmemdup(&e, sizeof(struct acl_entry)); in pa_ip_acl_new()
141 PA_LLIST_PREPEND(struct acl_entry, acl->entries, n); in pa_ip_acl_new()
159 struct acl_entry *e = acl->entries; in pa_ip_acl_free()
160 PA_LLIST_REMOVE(struct acl_entry, acl->entries, e); in pa_ip_acl_free()
169 struct acl_entry * in pa_ip_acl_check()
[all...]

Completed in 1 milliseconds