Lines Matching refs:record
55 * Ordering function called when inserting a service record.
57 * and the service record handle is the sort key
65 error("NULL RECORD LIST FATAL");
78 error("NULL RECORD LIST FATAL");
101 sdp_record_t *record;
117 sdp_record_remove(item->record->handle);
118 sdp_record_free(item->record);
141 if (rec == item->record) {
160 void sdp_svcdb_set_collectable(sdp_record_t *record, int sock)
164 item->record = record;
169 * Add a service record to the repository
231 * Given a service record handle, find the record associated with it.
238 SDPDBG("Couldn't find record for : 0x%x", handle);
246 * Given a service record handle, remove its record from the repository
255 error("Remove : Couldn't find record for : 0x%x", handle);
342 SDPDBG("adding record with handle %x", access->handle);