Searched refs:DB (Results 1 - 25 of 132) sorted by relevance

123456

/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/Devel/
H A Dswitchd.pm3 package DB; package
4 sub DB { print join(",", caller), ";" } subroutine
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/
H A DDB.t11 # @DB::dbline values have both integer and string components (Benjamin Goldberg)
18 # must happen at compile time for DB:: package variable localizations to work
20 use_ok( 'DB' );
23 # test DB::sub()
26 local $DB::sub = sub {
31 my $ret = DB::sub;
32 is( $ret, 3, 'DB::sub() should handle scalar context' );
33 is( $callflag, 1, '... should call $DB::sub contents' );
34 $ret = join(' ', DB::sub(2));
37 ok( defined($DB
[all...]
H A DDB.pm5 package DB; package
18 # them right after a C<require DB;>
26 $DB::sub = ''; # name of current subroutine
27 %DB::sub = (); # "filename:fromline-toline" for every known sub
28 $DB::single = 0; # single-step flag (set it to 1 to enable stops in BEGIN/use)
29 $DB::signal = 0; # signal flag (will cause a stop at the next line)
30 $DB::trace = 0; # are we tracing through subroutine calls?
31 @DB::args = (); # arguments of current subroutine or @ARGV array
32 @DB::dbline = (); # list of lines in currently loaded file
33 %DB
87 sub DB { subroutine
[all...]
H A Ddumpvar.pl6 # require 5.001; # Well, it coredumps anyway undef DB in 5.000 (not now)
124 return if $DB::signal;
192 # Next row core dumps during require from DB on 5.000, even with map {"_"}
205 return if $DB::signal;
241 return if $DB::signal;
342 return if $DB::signal;
355 if ($key ne "main::" && $key ne "DB::" && %entry
374 return if $DB::signal;
418 my $place = $DB::sub{$sub} || (($s = $subs{"$subref"}) && $DB
[all...]
H A Dassert.pl19 package DB; package
/osnet-11/usr/src/cmd/sendmail/db/include/
H A Ddb_join.h15 * Joins use a join cursor that is similar to a regular DB cursor except
22 DB *j_primary; /* Primary dbp. */
H A Ddb_ext.h4 int __db_close __P((DB *, u_int32_t));
5 int __db_init_wrapper __P((DB *));
6 int __db_cprint __P((DB *));
8 int __db_sync __P((DB *, u_int32_t));
83 int __db_cdelchk __P((const DB *, u_int32_t, int, int));
84 int __db_cgetchk __P((const DB *, DBT *, DBT *, u_int32_t, int));
85 int __db_cputchk __P((const DB *,
87 int __db_closechk __P((const DB *, u_int32_t));
88 int __db_delchk __P((const DB *, DBT *, u_int32_t, int));
89 int __db_getchk __P((const DB *, cons
[all...]
H A Dbtree_ext.h4 int __bam_cmp __P((DB *, const DBT *,
11 int __bam_cprint __P((DB *));
12 int __bam_ca_delete __P((DB *, db_pgno_t, u_int32_t, int));
13 void __bam_ca_di __P((DB *, db_pgno_t, u_int32_t, int));
14 void __bam_ca_dup __P((DB *,
16 void __bam_ca_rsplit __P((DB *, db_pgno_t, db_pgno_t));
17 void __bam_ca_split __P((DB *,
21 int __bam_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
26 int __bam_open __P((DB *, DB_INFO *));
27 int __bam_close __P((DB *));
[all...]
H A Dlog_ext.h22 int __log_add_logid __P((DB_LOG *, DB *, const char *, u_int32_t));
23 int __db_fileid_to_db __P((DB_LOG *, DB **, u_int32_t));
H A Dcommon_ext.h17 int __db_pgerr __P((DB *, db_pgno_t));
18 int __db_pgfmt __P((DB *, db_pgno_t));
H A Dhash_ext.h4 int __ham_open __P((DB *, DB_INFO *));
5 int __ham_close __P((DB *));
99 int __ham_new_page __P((DB *, u_int32_t, u_int32_t, PAGE **));
101 int __ham_put_page __P((DB *, PAGE *, int32_t));
102 int __ham_dirty_page __P((DB *, PAGE *));
103 int __ham_get_page __P((DB *, db_pgno_t, PAGE **));
112 void __ham_dpair __P((DB *, PAGE *, u_int32_t));
129 int __ham_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Dextern.h56 int __rec_close __P((DB *));
57 int __rec_delete __P((const DB *, const DBT *, u_int));
59 int __rec_fd __P((const DB *));
63 int __rec_get __P((const DB *, const DBT *, DBT *, u_int));
65 int __rec_put __P((const DB *dbp, DBT *, const DBT *, u_int));
68 int __rec_seq __P((const DB *, DBT *, DBT *, u_int));
69 int __rec_sync __P((const DB *, u_int));
/osnet-11/usr/src/cmd/sendmail/db/xa/
H A Dxa_db.c36 static int __xa_close __P((DB *, u_int32_t));
37 static int __xa_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t));
38 static int __xa_del __P((DB *, DB_TXN *, DBT *, u_int32_t));
39 static int __xa_fd __P((DB *, int *));
40 static int __xa_get __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
41 static int __xa_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
42 static int __xa_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
43 static int __xa_sync __P((DB *, u_int32_t));
52 DB **dbpp;
54 DB *db
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/btree/
H A Dextern.h75 int __bt_close __P((DB *));
80 int __bt_delete __P((const DB *, const DBT *, u_int));
82 int __bt_fd __P((const DB *));
84 int __bt_get __P((const DB *, const DBT *, DBT *, u_int));
89 int __bt_put __P((const DB *dbp, DBT *, const DBT *, u_int));
92 int __bt_seq __P((const DB *, DBT *, DBT *, u_int));
96 int __bt_sync __P((const DB *, u_int));
103 int __bt_dnpage __P((DB *, db_pgno_t));
104 int __bt_dpage __P((DB *, PAGE *));
106 int __bt_dump __P((DB *));
[all...]
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/lib/unicore/lib/
H A DSc.pl19 17DB
H A DBidiET.pl20 17DB
H A DPe.pl46 29DB
H A D_CombAbo.pl53 20DB 20DC
/osnet-11/usr/src/cmd/perl/5.8.4/distrib/t/lib/
H A Dcommonsense.t6 if (($Config{'extensions'} !~ /\b(DB|[A-Z]DBM)_File\b/) ){
/osnet-11/usr/src/cmd/sendmail/db/
H A DTHIRDPARTYLICENSE6 this copy of the Berkeley DB software. For a license to use, redistribute
7 or sell Berkeley DB software under conditions other than those described here,
30 * how to obtain complete source code for the DB software and any
31 * accompanying software that uses the DB software. The source code
/osnet-11/usr/src/cmd/sendmail/db/hash/
H A Dhash_stat.c28 * PUBLIC: int __ham_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
32 DB *dbp;
/osnet-11/usr/src/cmd/sendmail/db/db/
H A Ddb_iface.c30 static int __dbt_ferr __P((const DB *, const char *, const DBT *, int));
36 * PUBLIC: int __db_cdelchk __P((const DB *, u_int32_t, int, int));
40 const DB *dbp;
67 * PUBLIC: int __db_cgetchk __P((const DB *, DBT *, DBT *, u_int32_t, int));
71 const DB *dbp;
135 * PUBLIC: int __db_cputchk __P((const DB *,
140 const DB *dbp;
202 * DB->close flag check.
204 * PUBLIC: int __db_closechk __P((const DB *, u_int32_t));
208 const DB *db
[all...]
H A Ddb_am.c35 static int __db_cursor __P((DB *, DB_TXN *, DBC **, u_int32_t));
36 static int __db_fd __P((DB *, int *));
37 static int __db_get __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
38 static int __db_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
42 * Wrapper layer to implement generic DB functions.
44 * PUBLIC: int __db_init_wrapper __P((DB *));
48 DB *dbp;
69 DB *dbp;
99 * is running concurrently using this DB, so we can
147 * If this is the concurrent DB produc
[all...]
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/db/
H A Ddb.c49 DB *
88 * dbp: pointer to the DB structure.
92 DB *dbp;
/osnet-11/usr/src/lib/krb5/plugins/kdb/db2/libdb2/hash/
H A Dhsearch.c49 static DB *dbp = NULL;
64 dbp = (DB *)__hash_open(NULL, O_CREAT | O_RDWR | O_BINARY, 0600, &info, 0);

Completed in 90 milliseconds

123456