Searched refs:sdp_list_remove (Results 1 – 3 of 3) sorted by relevance
249 service_db = sdp_list_remove(service_db, r); in sdp_record_remove()255 access_db = sdp_list_remove(access_db, a); in sdp_record_remove()
46 sdp_list_t *sdp_list_remove(sdp_list_t *list, void *d);
624 rec->attrlist = sdp_list_remove(rec->attrlist, d); in sdp_attr_remove()855 rec->attrlist = sdp_list_remove(rec->attrlist, p); in sdp_attr_replace()1561 sdp_list_t *sdp_list_remove(sdp_list_t *list, void *d) in sdp_list_remove() function