Home
last modified time | relevance | path

Searched refs:adp (Results 1 – 4 of 4) sorted by relevance

/external/bluetooth/bluez/audio/
Dmanager.c804 static struct audio_adapter *audio_adapter_ref(struct audio_adapter *adp) in audio_adapter_ref() argument
806 adp->ref++; in audio_adapter_ref()
808 DBG("%p: ref=%d", adp, adp->ref); in audio_adapter_ref()
810 return adp; in audio_adapter_ref()
813 static void audio_adapter_unref(struct audio_adapter *adp) in audio_adapter_unref() argument
815 adp->ref--; in audio_adapter_unref()
817 DBG("%p: ref=%d", adp, adp->ref); in audio_adapter_unref()
819 if (adp->ref > 0) in audio_adapter_unref()
822 adapters = g_slist_remove(adapters, adp); in audio_adapter_unref()
823 btd_adapter_unref(adp->btd_adapter); in audio_adapter_unref()
[all …]
/external/openssl/crypto/objects/
Dobj_dat.c291 ADDED_OBJ ad,*adp; in OBJ_nid2obj() local
310 adp=lh_ADDED_OBJ_retrieve(added,&ad); in OBJ_nid2obj()
311 if (adp != NULL) in OBJ_nid2obj()
312 return(adp->obj); in OBJ_nid2obj()
323 ADDED_OBJ ad,*adp; in OBJ_nid2sn() local
342 adp=lh_ADDED_OBJ_retrieve(added,&ad); in OBJ_nid2sn()
343 if (adp != NULL) in OBJ_nid2sn()
344 return(adp->obj->sn); in OBJ_nid2sn()
355 ADDED_OBJ ad,*adp; in OBJ_nid2ln() local
374 adp=lh_ADDED_OBJ_retrieve(added,&ad); in OBJ_nid2ln()
[all …]
/external/libxml2/
Dnanoftp.c1371 unsigned char ad[6], *adp, *portp; in xmlNanoFTPGetConnection() local
1494 adp = (unsigned char *) buf6; in xmlNanoFTPGetConnection()
1496 snprintf (buf, sizeof(buf), "EPRT |2|%s|%s|\r\n", adp, portp); in xmlNanoFTPGetConnection()
1500 adp = (unsigned char *) &((struct sockaddr_in *)&dataAddr)->sin_addr; in xmlNanoFTPGetConnection()
1503 adp[0] & 0xff, adp[1] & 0xff, adp[2] & 0xff, adp[3] & 0xff, in xmlNanoFTPGetConnection()
/external/openssl/ssl/
Dkssl.c1176 unsigned char *adp = (unsigned char *)authenp->data; in kssl_cget_tkt() local
1178 ap_req->authenticator, &adp); in kssl_cget_tkt()