Home
last modified time | relevance | path

Searched refs:auths (Results 1 – 2 of 2) sorted by relevance

/external/ppp/pppd/plugins/radius/
Dradrealms.c46 SERVER *accts, *auths, *s; in lookup_realm() local
50 auths = (SERVER *) malloc(sizeof(SERVER)); in lookup_realm()
51 auths->max = 0; in lookup_realm()
92 s = auths; in lookup_realm()
134 if (auths->max) in lookup_realm()
135 *authserver = auths; in lookup_realm()
/external/bluetooth/bluez/audio/
Ddevice.c86 GSList *auths; member
705 while (priv->auths) { in auth_cb()
706 struct service_auth *auth = priv->auths->data; in auth_cb()
709 priv->auths = g_slist_remove(priv->auths, auth); in auth_cb()
771 priv->auths = g_slist_append(priv->auths, auth); in audio_device_request_authorization()
772 if (g_slist_length(priv->auths) > 1) in audio_device_request_authorization()
783 priv->auths = g_slist_remove(priv->auths, auth); in audio_device_request_authorization()
796 for (l = priv->auths; l != NULL; l = next) { in audio_device_cancel_authorization()
807 priv->auths = g_slist_remove(priv->auths, auth); in audio_device_cancel_authorization()
811 if (g_slist_length(priv->auths) == 0) { in audio_device_cancel_authorization()