Home | History | Annotate | Download | only in src

Lines Matching defs:pElem

130 		char *pElem = NULL;
172 pElem = (char *) aid;
174 pElem = malloc(sizeof(uint16_t));
175 bt_put_unaligned(ntohs(bt_get_unaligned((uint16_t *)p)), (uint16_t *)pElem);
195 pElem = (char *) aid;
197 pElem = malloc(sizeof(uint32_t));
198 bt_put_unaligned(ntohl(bt_get_unaligned((uint32_t *)p)), (uint32_t *)pElem);
207 pElem = malloc(sizeof(uuid_t));
208 status = sdp_uuid_extract(p, bufsize, (uuid_t *) pElem, &localSeqLength);
210 free(pElem);
221 pSeq = sdp_list_append(pSeq, pElem);
230 free(pElem);