Searched defs:DBM (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/include/
H A Ddb-ndbm.h62 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...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/ext/SDBM_File/sdbm/
H A Dsdbm.h33 } DBM; typedef in typeref:struct:__anon85
75 extern DBM *sdbm_open proto((char *, int, int));
76 extern void sdbm_close proto((DBM *));
77 extern datum sdbm_fetch proto((DBM *, datum));
78 extern int sdbm_delete proto((DBM *, datum));
79 extern int sdbm_store proto((DBM *, datum, datum, int));
80 extern datum sdbm_firstkey proto((DBM *));
81 extern datum sdbm_nextkey proto((DBM *));
82 extern int sdbm_exists proto((DBM *, datum));
87 extern DBM *sdbm_pre
[all...]
/osnet-11/usr/src/cmd/sendmail/db/
H A Ddb.h90 typedef struct __db DBM; typedef in typeref:struct:__db
470 #define DB_DBM_ERROR 0x000800 /* Error in DBM/NDBM database. */
933 * Translate DBM calls into DB calls so that DB doesn't step on the
988 int __db_ndbm_clearerr __P((DBM *));
989 void __db_ndbm_close __P((DBM *));
990 int __db_ndbm_delete __P((DBM *, datum));
991 int __db_ndbm_dirfno __P((DBM *));
992 int __db_ndbm_error __P((DBM *));
993 datum __db_ndbm_fetch __P((DBM *, datum));
994 datum __db_ndbm_firstkey __P((DBM *));
[all...]

Completed in 28 milliseconds