Home
last modified time | relevance | path

Searched refs:DBM (Results 1 – 25 of 37) sorted by relevance

12

/illumos-gate/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 …]
/illumos-gate/usr/src/lib/libnisdb/yptol/
H A Dshim_hooks.h51 extern void shim_dbm_close(DBM *db);
52 extern int shim_dbm_delete(DBM *db, datum key);
53 extern datum shim_dbm_fetch(DBM *db, datum key);
54 extern datum shim_dbm_fetch_noupdate(DBM *db, datum key);
55 extern datum shim_dbm_firstkey(DBM *db);
56 extern datum shim_dbm_nextkey(DBM *db);
57 extern datum shim_dbm_do_nextkey(DBM *db, datum inkey);
58 extern DBM *shim_dbm_open(const char *file, int open_flags,
60 extern int shim_dbm_store(DBM *db, datum key, datum content,
67 extern char *get_map_name(DBM *);
H A Dshim.h46 DBM *entries; /* NIS entry DBM file */
61 DBM *ttl; /* TTL DBM file */
96 extern void shim_dbm_close(DBM *db);
97 extern int shim_dbm_delete(DBM *db, datum key);
98 extern datum shim_dbm_fetch(DBM *db, datum key);
99 extern datum shim_dbm_fetch_noupdate(DBM *db, datum key);
100 extern datum shim_dbm_firstkey(DBM *db);
101 extern datum shim_dbm_nextkey(DBM *db);
102 extern DBM *shim_dbm_open(const char *file, int open_flags,
104 extern int shim_dbm_store(DBM *db, datum key, datum content,
[all …]
H A Dshim.c91 shim_dbm_close(DBM *db) in shim_dbm_close()
116 shim_dbm_delete(DBM *db, datum key) in shim_dbm_delete()
152 shim_dbm_fetch(DBM *db, datum key) in shim_dbm_fetch()
191 shim_dbm_fetch_noupdate(DBM *db, datum key) in shim_dbm_fetch_noupdate()
220 shim_dbm_firstkey(DBM *db) in shim_dbm_firstkey()
310 shim_dbm_nextkey(DBM *db) in shim_dbm_nextkey()
351 shim_dbm_do_nextkey(DBM *db, datum inkey) in shim_dbm_do_nextkey()
382 DBM *
433 return ((DBM *)map); in shim_dbm_open()
454 shim_dbm_store(DBM *db, datum key, datum content, int store_mode) in shim_dbm_store()
H A Dyptol.h87 extern suc_code update_timestamp(DBM *);
88 extern suc_code addpair(DBM *, char *, char *);
H A Dyptol_utils.c112 addpair(DBM *fdb, char *str1, char *str2) in addpair()
165 update_timestamp(DBM *db) in update_timestamp()
H A Ddit_access.c76 suc_code add_special_entries(DBM *, map_ctrl *, bool_t *);
542 add_special_entries(DBM *db, map_ctrl *map, bool_t *secure_flag) in add_special_entries()
606 DBM *temp_entries_db; in update_map_from_dit()
607 DBM *temp_ttl_db; in update_map_from_dit()
1193 DBM *temp_entries_db; in update_netgroup_byxxx()
1194 DBM *temp_ttl_db; in update_netgroup_byxxx()
1260 shim_dbm_close((DBM *)netgroupmap); in update_netgroup_byxxx()
H A Dmap_ctrl.c270 get_map_ctrl(DBM *db) in get_map_ctrl()
400 get_map_name(DBM *db) in get_map_name()
/illumos-gate/usr/src/head/
H A Dndbm.h79 } DBM; typedef
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 *);
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Ddbm.c73 static DBM *__cur_db;
168 DBM *
185 return ((DBM *)__hash_open(path, flags, mode, &info, 0));
194 DBM *db; in kdb2_dbm_close()
206 DBM *db; in kdb2_dbm_fetch()
237 DBM *db; in kdb2_dbm_firstkey()
265 DBM *db; in kdb2_dbm_nextkey()
293 DBM *db; in kdb2_dbm_delete()
321 DBM *db; in kdb2_dbm_store()
342 DBM *db; in kdb2_dbm_error()
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/dbm/
H A Ddbm.c73 static DBM *__cur_db;
182 DBM *
221 return ((DBM *)dbc);
230 DBM *dbm; in __db_ndbm_close()
246 DBM *dbm; in __db_ndbm_fetch()
289 DBM *dbm; in __db_ndbm_firstkey()
324 DBM *dbm; in __db_ndbm_nextkey()
359 DBM *dbm; in __db_ndbm_delete()
392 DBM *dbm; in __db_ndbm_store()
424 DBM *dbm; in __db_ndbm_error()
[all …]
/illumos-gate/usr/src/lib/libc/port/gen/
H A Dndbm.c72 static void dbm_access(DBM *, unsigned long);
77 static int setbit(DBM *);
78 static int getbit(DBM *);
79 static int dbm_flushdir(DBM *);
80 static int dbm_flushpag(DBM *db);
86 datum dbm_do_nextkey(DBM *, datum);
87 int dbm_close_status(DBM *);
91 dbm_setdefwrite(DBM *db) in dbm_setdefwrite()
99 dbm_error(DBM *db) in dbm_error()
107 dbm_clearerr(DBM *db) in dbm_clearerr()
[all …]
/illumos-gate/usr/src/cmd/ypcmd/
H A Dypsym.h115 extern bool ypget_map_master(char **owner, DBM *fdb);
116 extern DBM *ypset_current_map(char *map, char *domain, uint_t *error);
120 extern bool yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb);
143 extern int yp_matchdns(DBM *, struct ypreq_key *, struct ypresp_val *);
144 extern int yp_oldmatchdns(DBM *fdb,
H A Dypxfrd_server.c72 datum mydbm_topkey(DBM *db, datum okey);
188 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
197 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
213 val = shim_dbm_fetch((DBM *)m.map, key); in getdbm_1_svc()
219 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
226 m.key = shim_dbm_firstkey((DBM *)m.map); in getdbm_1_svc()
234 shim_dbm_close((DBM *)m.map); in getdbm_1_svc()
363 m->key = shim_dbm_do_nextkey((DBM *)m->map, m->key)) { in mygetpage()
376 m->key = shim_dbm_do_nextkey((DBM *)m->map, m->key); in mygetpage()
387 mydbm_topkey(DBM *db, datum okey) in mydbm_topkey()
H A Dypserv_map.c53 static DBM *cur_fdb; /* will be passwd back up by ypset_current_map */
71 DBM *fdb; in ypget_map_order()
110 ypget_map_master(char **owner, DBM *fdb) in ypget_map_master()
144 DBM *
213 yp_map_access(SVCXPRT *transp, uint_t *error, DBM *fdb) in yp_map_access()
H A Dypserv_proc.c100 static void ypfilter(DBM *fdb, datum *inkey, datum *outkey, datum *val,
105 SVCXPRT *xprt, DBM *fdb);
107 SVCXPRT *xprt, DBM *fdb);
198 DBM *fdb; in ypmatch()
306 DBM *fdb; in ypfirst()
346 DBM *fdb; in ypnext()
394 DBM *fdb; in ypxfr()
515 DBM *fdb; in ypall()
596 DBM *fdb; in ypmaster()
640 DBM *fdb; in yporder()
[all …]
H A Dmakedbm.c132 DBM *fdb;
553 DBM *fdb; in addpair()
575 DBM *fdb;
/illumos-gate/usr/src/cmd/sendmail/libsmdb/
H A Dsmndbm.c27 DBM *smndbm_dbm;
95 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
114 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
143 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
168 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
204 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
248 DBM *dbm = ((SMDB_DBM_DATABASE *) database->smdb_impl)->smndbm_dbm;
303 DBM *dbm = db->smndbm_dbm;
331 DBM *dbm = db->smndbm_dbm;
394 DBM *dbm = db->smndbm_dbm;
[all …]
/illumos-gate/usr/src/cmd/sendmail/db/
H A Ddb.h90 typedef struct __db DBM; typedef
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 *));
1002 datum __db_ndbm_nextkey __P((DBM *));
1003 DBM *__db_ndbm_open __P((const char *, int, int));
[all …]
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Ddb.c33 DBM* dbm = 0; in main()
H A Dgdbm.c33 DBM* dbm = 0; in main()
H A Dgdbm1.c33 DBM* dbm = 0; in main()
H A Dgdbm2.c33 DBM* dbm = 0; in main()
/illumos-gate/usr/src/lib/gss_mechs/mech_krb5/include/krb5/
H A Dkdb_dbc.h43 DBM * db_dbm_ctx; /* DBM context for database */
/illumos-gate/usr/src/contrib/ast/src/lib/libast/features/
H A Dndbm6 DBM* dbm = 0;

12