Lines Matching refs:cdbs_cdb_rd
29 cdb_map_T cdbs_cdb_rd; member
223 ret = cdb_find(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
227 l = cdb_datalen(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
229 ret = cdb_read(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
231 cdb_datapos(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd));
341 ret = cdb_seqnext(&sm_cdbmap->smcdb_pos, &sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
347 l = cdb_keylen(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
350 ret = cdb_read(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
352 cdb_keypos(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd));
357 l = cdb_datalen(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
360 ret = cdb_read(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd,
362 cdb_datapos(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd));
401 cdb_seqinit(&sm_cdbmap->smcdb_pos, &sm_cdbmap->cdbmap_map.cdbs_cdb_rd);
510 result = cdb_init(&sm_cdbmap->cdbmap_map.cdbs_cdb_rd, db_fd);