Home
last modified time | relevance | path

Searched refs:dbtype (Results 1 – 12 of 12) sorted by relevance

/openbsd-src/usr.sbin/smtpd/
H A Dmakemap.c75 DBTYPE dbtype = DB_HASH; in makemap() local
106 dbtype = DB_HASH; in makemap()
108 dbtype = DB_BTREE; in makemap()
180 return dump_db(source, dbtype); in makemap()
194 db = dbopen(dbname, O_TRUNC|O_RDWR, 0644, dbtype, NULL); in makemap()
442 dump_db(const char *dbname, DBTYPE dbtype) in dump_db() argument
449 db = dbopen(dbname, O_RDONLY, 0644, dbtype, NULL); in dump_db()
/openbsd-src/gnu/usr.bin/perl/ext/SDBM_File/
H A DSDBM_File.xs35 sdbm_TIEHASH(dbtype, filename, flags, mode, pagname=NULL)
36 char * dbtype
H A Dtypemap46 sv_setref_pv($arg, dbtype, (void*)$var);
/openbsd-src/gnu/usr.bin/perl/ext/NDBM_File/
H A DNDBM_File.xs62 ndbm_TIEHASH(dbtype, filename, flags, mode) in ndbm_TIEHASH() argument
63 char * dbtype in ndbm_TIEHASH()
H A Dtypemap46 sv_setref_pv($arg, dbtype, (void*)$var);
/openbsd-src/gnu/usr.bin/perl/ext/ODBM_File/
H A DODBM_File.xs90 odbm_TIEHASH(dbtype, filename, flags, mode) in odbm_TIEHASH() argument
91 char * dbtype in odbm_TIEHASH()
H A Dtypemap60 sv_setref_pv($arg, dbtype, (void*)$var);
/openbsd-src/gnu/usr.bin/perl/cpan/DB_File/
H A Dtypemap57 sv_setref_pv($arg, dbtype, (void*)$var);
H A DDB_File.xs1580 db_DoTie_(isHASH, dbtype, name=undef, flags=O_CREAT|O_RDWR, mode=0666, type=DB_HASH)
1582 char * dbtype
/openbsd-src/gnu/usr.bin/perl/ext/GDBM_File/
H A Dtypemap57 sv_setref_pv($arg, dbtype, (void*)$var);
H A DGDBM_File.xs314 gdbm_TIEHASH(dbtype, name, read_write, mode) in gdbm_TIEHASH() argument
315 char * dbtype in gdbm_TIEHASH()
/openbsd-src/regress/lib/libc/db/
H A Ddbtest.c52 DBTYPE dbtype(char *);
120 type = dbtype(*argv++); in main()
561 dbtype(s) in dbtype() function