Searched defs:DBM (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/ |
H A D | db-ndbm.h | 62 typedef DB DBM; typedef 78 void dbm_close __P((DBM *)); 79 int dbm_delete __P((DBM *, datum)); 80 datum dbm_fetch __P((DBM *, datum)); 81 datum dbm_firstkey __P((DBM *)); 82 long dbm_forder __P((DBM *, datum)); 83 datum dbm_nextkey __P((DBM *)); 84 DBM *dbm_open __P((const char *, int, int)); 85 int dbm_store __P((DBM *, datum, datum, int)); 86 int dbm_dirfno __P((DBM *)); [all...] |
/illumos-gate/usr/src/head/ |
H A D | ndbm.h | 79 } DBM; typedef in typeref:struct:__anon2290 93 DBM *dbm_open(const char *, int, mode_t); 94 void dbm_close(DBM *); 95 datum dbm_fetch(DBM *, datum); 96 datum dbm_firstkey(DBM *); 97 datum dbm_nextkey(DBM *); 98 int dbm_delete(DBM *, datum); 99 int dbm_store(DBM *, datum, datum, int); 100 int dbm_clearerr(DBM *); 101 int dbm_error(DBM *); [all...] |
/illumos-gate/usr/src/lib/libbc/inc/include/ |
H A D | ndbm.h | 33 } DBM; typedef in typeref:struct:__anon2755 59 DBM *dbm_open();
|
/illumos-gate/usr/src/cmd/sendmail/db/ |
H A D | db.h | 90 typedef struct __db DBM; typedef in typeref:struct:__db 470 #define DB_DBM_ERROR 0x000800 /* Error in DBM/NDBM database. */ 940 * Translate DBM calls into DB calls so that DB doesn't step on the 995 int __db_ndbm_clearerr __P((DBM *)); 996 void __db_ndbm_close __P((DBM *)); 997 int __db_ndbm_delete __P((DBM *, datum)); 998 int __db_ndbm_dirfno __P((DBM *)); 999 int __db_ndbm_error __P((DBM *)); 1000 datum __db_ndbm_fetch __P((DBM *, datum)); 1001 datum __db_ndbm_firstkey __P((DBM *)); [all...] |
Completed in 76 milliseconds