Home | History | Annotate | Download | only in src

Lines Matching refs:record

54  * Ordering function called when inserting a service record.
56 * and the service record handle is the sort key
64 error("NULL RECORD LIST FATAL");
77 error("NULL RECORD LIST FATAL");
100 sdp_record_t *record;
116 sdp_record_remove(item->record->handle);
117 sdp_record_free(item->record);
140 if (rec == item->record) {
159 void sdp_svcdb_set_collectable(sdp_record_t *record, int sock)
163 item->record = record;
168 * Add a service record to the repository
222 * Given a service record handle, find the record associated with it.
229 SDPDBG("Couldn't find record for : 0x%x", handle);
237 * Given a service record handle, remove its record from the repository
246 error("Remove : Couldn't find record for : 0x%x", handle);