Home | History | Annotate | Download | only in src

Lines Matching defs:pElem

140 		char *pElem = NULL;
182 pElem = (char *) aid;
184 pElem = malloc(sizeof(uint16_t));
185 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)pElem);
205 pElem = (char *) aid;
207 pElem = malloc(sizeof(uint32_t));
208 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)pElem);
217 pElem = malloc(sizeof(uuid_t));
218 status = sdp_uuid_extract(p, bufsize, (uuid_t *) pElem, &localSeqLength);
220 free(pElem);
231 pSeq = sdp_list_append(pSeq, pElem);
240 free(pElem);