Searched refs:dbm_store (Results 1 – 9 of 9) sorted by relevance
/freebsd/crypto/heimdal/lib/roken/ |
H A D | ndbm_wrap.h | 63 #define dbm_store dbm_rename(dbm_store) macro 91 ROKEN_LIB_FUNCTION int ROKEN_LIB_CALL dbm_store (DBM*, datum, datum, int);
|
H A D | ndbm_wrap.c | 195 dbm_store (DBM *db, datum dkey, datum dvalue, int flags) function
|
/freebsd/lib/libc/db/ |
H A D | Symbol.map | 9 dbm_store;
|
/freebsd/lib/libc/db/man/ |
H A D | Makefile.inc | 14 MLINKS+= dbm.3 dbm_store.3
|
/freebsd/include/ |
H A D | ndbm.h | 73 int dbm_store(DBM *, datum, datum, int);
|
/freebsd/lib/libc/db/hash/ |
H A D | ndbm.c | 173 dbm_store(DBM *db, datum key, datum data, int flags) in dbm_store() function
|
/freebsd/contrib/sendmail/libsmdb/ |
H A D | smndbm.c | 214 result = dbm_store(dbm, dbkey, dbdata, 401 result = dbm_store(dbm, dbm_cursor->smndbmc_current_key, dbdata,
|
/freebsd/crypto/heimdal/lib/hdb/ |
H A D | ndbm.c | 261 code = dbm_store(d->db, k, v, replace ? DBM_REPLACE : DBM_INSERT); in NDBM__put()
|
/freebsd/contrib/sendmail/src/ |
H A D | map.c | 2069 status = dbm_store((DBM *) map->map_db1, key, data, DBM_INSERT); 2101 status = dbm_store((DBM *) map->map_db1,
|