Lines Matching refs:dl
101 struct _citrus_region *data, struct _citrus_db_locator *dl)
118 if (dl != NULL && dl->dl_offset>0) {
119 hashval = dl->dl_hashval;
120 offset = dl->dl_offset;
129 if (dl)
130 dl->dl_hashval = hashval;
145 if (dl) {
146 dl->dl_offset = offset;
148 dl->dl_offset = _region_size(&db->db_region);
188 struct _citrus_db_locator *dl)
194 return _citrus_db_lookup(db, &r, data, dl);
199 uint8_t *rval, struct _citrus_db_locator *dl)
204 ret = _citrus_db_lookup_by_string(db, key, &r, dl);
219 uint16_t *rval, struct _citrus_db_locator *dl)
225 ret = _citrus_db_lookup_by_string(db, key, &r, dl);
242 uint32_t *rval, struct _citrus_db_locator *dl)
248 ret = _citrus_db_lookup_by_string(db, key, &r, dl);
266 struct _citrus_db_locator *dl)
271 ret = _citrus_db_lookup_by_string(db, key, &r, dl);