Home
last modified time | relevance | path

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

/external/chromium/third_party/libjingle/source/talk/xmllite/
Dxmlelement.cc102 XmlAttr * pAttr; in XmlElement() local
105 for (pAttr = elt.pFirstAttr_; pAttr; pAttr = pAttr->NextAttr()) { in XmlElement()
106 newAttr = new XmlAttr(*pAttr); in XmlElement()
/external/bluetooth/bluez/src/
Dsdpd-service.c304 sdp_data_t *pAttr = NULL; in extract_pdu_server() local
367 pAttr = sdp_extract_attr(p + attrSize, bufsize - attrSize, in extract_pdu_server()
373 if (pAttr == NULL) { in extract_pdu_server()
380 sdp_attr_replace(rec, attrId, pAttr); in extract_pdu_server()