Searched refs:subscriptions (Results 1 - 16 of 16) sorted by relevance
/third_party/pulseaudio/src/pulsecore/ |
H A D | core-subscribe.c | 77 PA_LLIST_PREPEND(pa_subscription, c->subscriptions, s); in pa_subscription_new() 94 PA_LLIST_REMOVE(pa_subscription, s->core->subscriptions, s); in free_subscription() 113 while (c->subscriptions) in pa_subscription_free_all() 114 free_subscription(c->subscriptions); in pa_subscription_free_all() 170 for (s = c->subscriptions; s; s = s->next) { in defer_cb() 182 /* Remove dead subscriptions */ in defer_cb() 184 s = c->subscriptions; in defer_cb() 210 /* No need for queuing subscriptions of no one is listening */ in pa_subscription_post() 211 if (!c->subscriptions) in pa_subscription_post()
|
H A D | core.h | 199 PA_LLIST_HEAD(pa_subscription, subscriptions);
|
H A D | core.c | 172 PA_LLIST_HEAD_INIT(pa_subscription, c->subscriptions); in pa_core_new()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9/src/wps/ |
H A D | wps_upnp.c | 205 * points then potentially we could be expected to handle subscriptions for 251 * use for constructing UUIDs for subscriptions. Presumably any method from 473 if (dl_list_empty(&sm->subscriptions)) { in upnp_wps_device_send_event() 520 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription, in upnp_wps_device_send_event() 552 /* subscription_list_age -- remove expired subscriptions */ 556 dl_list_for_each_safe(s, tmp, &sm->subscriptions, in subscription_list_age() 574 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) { in subscription_find() 700 /* Get rid of expired subscriptions so we have room */ in subscription_start() 703 /* If too many subscriptions, remove oldest */ in subscription_start() 704 if (dl_list_len(&sm->subscriptions) > in subscription_start() [all...] |
H A D | wps_upnp_i.h | 139 /* Note: subscriptions are kept in expiry order */ 140 struct dl_list subscriptions; member
|
H A D | wps_upnp_event.c | 320 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription, in event_send_all_later_handler()
|
H A D | wps_upnp_web.c | 691 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) in find_er() 1181 * 599 Too many subscriptions (not a standard HTTP error) in web_connection_parse_subscribe()
|
H A D | wps_registrar.c | 3530 dl_list_for_each(s, ®->wps->wps_upnp->subscriptions, in wps_registrar_sel_reg_union()
|
/third_party/wpa_supplicant/wpa_supplicant-2.9_standard/src/wps/ |
H A D | wps_upnp.c | 205 * points then potentially we could be expected to handle subscriptions for 251 * use for constructing UUIDs for subscriptions. Presumably any method from 494 if (dl_list_empty(&sm->subscriptions)) { in upnp_wps_device_send_event() 541 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription, in upnp_wps_device_send_event() 574 /* subscription_list_age -- remove expired subscriptions */ 578 dl_list_for_each_safe(s, tmp, &sm->subscriptions, in subscription_list_age() 596 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) { in subscription_find() 722 /* Get rid of expired subscriptions so we have room */ in subscription_start() 725 /* If too many subscriptions, remove oldest */ in subscription_start() 726 if (dl_list_len(&sm->subscriptions) > in subscription_start() [all...] |
H A D | wps_upnp_i.h | 140 /* Note: subscriptions are kept in expiry order */ 141 struct dl_list subscriptions; member
|
H A D | wps_upnp_event.c | 321 dl_list_for_each_safe(s, tmp, &sm->subscriptions, struct subscription, in event_send_all_later_handler()
|
H A D | wps_upnp_web.c | 691 dl_list_for_each(s, &sm->subscriptions, struct subscription, list) in find_er() 1181 * 599 Too many subscriptions (not a standard HTTP error) in web_connection_parse_subscribe()
|
H A D | wps_registrar.c | 3522 dl_list_for_each(s, ®->wps->wps_upnp->subscriptions, in wps_registrar_sel_reg_union()
|
/third_party/skia/third_party/externals/spirv-tools/utils/vscode/ |
H A D | extension.js | 50 // Push the disposable to the context's subscriptions so that the 52 context.subscriptions.push(disposable);
|
/third_party/skia/third_party/externals/swiftshader/third_party/SPIRV-Tools/utils/vscode/ |
H A D | extension.js | 50 // Push the disposable to the context's subscriptions so that the 52 context.subscriptions.push(disposable);
|
/third_party/spirv-tools/utils/vscode/ |
H A D | extension.js | 50 // Push the disposable to the context's subscriptions so that the 52 context.subscriptions.push(disposable);
|
Completed in 19 milliseconds