Lines Matching refs:DBM
32 * on return. This is a side effect of the original DBM function
91 shim_dbm_close(DBM *db)
116 shim_dbm_delete(DBM *db, datum key)
152 shim_dbm_fetch(DBM *db, datum key)
191 shim_dbm_fetch_noupdate(DBM *db, datum key)
220 shim_dbm_firstkey(DBM *db)
257 * reopen here. (Code that uses the real DBM
274 "Could not reopen DBM files");
310 shim_dbm_nextkey(DBM *db)
340 * NOTE : dbm_do_nextkey is not a documented or legal DBM API.
351 shim_dbm_do_nextkey(DBM *db, datum inkey)
382 DBM *
431 /* Return map_ctrl pointer as a DBM *. To the outside world it is */
433 return ((DBM *)map);
443 * mode). If this is successful then the value is forced into DBM
446 * presence or otherwise of an entry in the DIT not DBM.
454 shim_dbm_store(DBM *db, datum key, datum content, int store_mode)