Searched refs:DB (Results 26 - 49 of 49) sorted by relevance

12

/barrelfish-master/lib/libc/db/btree/
H A Dbt_debug.c53 * dbp: pointer to the DB
56 __bt_dump(DB *dbp)
131 __bt_dnpage(DB *dbp, pgno_t pgno)
241 * dbp: pointer to the DB
244 __bt_stat(DB *dbp)
H A Dbt_put.c65 __bt_put(const DB *dbp, DBT *key, const DBT *data, u_int flags)
H A Dbtree.h270 * cursors as part of the DB interface.
304 DB *bt_dbp; /* pointer to enclosing DB */
H A Dbt_seq.c75 __bt_seq(const DB *dbp, DBT *key, DBT *data, u_int flags)
H A Dbt_delete.c61 __bt_delete(const DB *dbp, const DBT *key, u_int flags)
/barrelfish-master/lib/libc/db/recno/
H A Drec_delete.c62 __rec_delete(const DB *dbp, const DBT *key, u_int flags)
H A Drec_get.c61 __rec_get(const DB *dbp, const DBT *key, DBT *data, u_int flags)
H A Drec_put.c60 __rec_put(const DB *dbp, DBT *key, const DBT *data, u_int flags)
/barrelfish-master/usr/eclipseclp/documents/megalog/
H A Ddatabase-lst.tex30 \section{\eclipse DB}
34 %\biponelinesection{\eclipse DB}
H A Dknowbase-sec.tex38 In the previous chapter we used the DB version of the \eclipse database.
84 described for the DB version of the database. In many cases they only differ
113 Process & DB Version & KB Version \\ \hline
122 \caption{ Comparison of Some of the DB and KB Predicates}
164 An important difference to the DB version is that the KB version of the
168 than the DB version, i.e. one should not use a KB relation in cases
169 where a DB relation would do, too.
193 that is shared by the KB and DB version.
575 DB and KB predicates, so only a brief summary is given here. For
H A Dmanual.tex140 \item{\eclipse DB}
H A Ddatabase-sec.tex84 {\bf DB} version.
85 The rest of this chapter describes how to implement a database using the DB version
88 provides concurrent access to both DB and KB versions of the database.
104 This section covers these operations for the DB version of the \eclipse database.
H A Dmultiuser-sec.tex345 The old state exists both in the DB and the KB version, however, in
/barrelfish-master/lib/libc/gen/
H A Dgetpwent.c135 DB *db;
142 static DB *pwdbopen(int *);
176 DB *db;
180 DB *exclude;
731 static DB *
734 DB *res;
764 DB *db;
1558 compat_exclude(const char *name, DB **db)
1577 compat_is_excluded(const char *name, DB *db)
H A Dgetcap.c68 static int cdbget(DB *, char **, const char *);
190 DB *capdbp;
534 cdbget(DB *capdbp, char **bp, const char *name)
/barrelfish-master/usr/eclipseclp/Kernel/lib/
H A Dfd_domain.pl845 dvar_msg(A, _B{fd:fd{domain:DB}}, M) ?- !,
846 msg_domain(DB, A, M).
855 msg_domain(DA, _B{fd:fd{domain:DB}}, M) ?- !,
856 dom_union(DA, DB, DM, _),
864 ; singleton_dom(B, DB),
865 dom_union(DA, DB, DM, _),
H A Dfd_arith.pl1323 eq_ent_dom(A, B{fd:(fd with domain:DB)}, Bool, DA) :-
1326 (dom_intersection(DA, DB, _, _) ->
1346 eq_ent_el(A, B{fd:(fd with domain:DB)}, Bool) :-
1349 (dom_check_in(A, DB) ->
H A Dkb.pl130 * - create/open the DB (if not opened already),
/barrelfish-master/lib/libc/net/
H A Dgetservent.c101 DB *db;
475 DB *db;
492 DB *db;
618 DB *db;
/barrelfish-master/lib/x86emu/
H A Dprim_ops.c2590 DB( if (CHECK_MEM_ACCESS())
2603 DB( if (CHECK_SP_ACCESS())
2617 DB( if (CHECK_SP_ACCESS())
2633 DB( if (CHECK_SP_ACCESS())
2650 DB( if (CHECK_SP_ACCESS())
H A Dops.c91 DB( printk("%04x:%04x: %02X ILLEGAL X86 OPCODE!\n",
/barrelfish-master/usr/eclipseclp/documents/embedding/
H A Ddbi.tex361 transaction. (Note: not all changes can be rolled back; consult the DB manual for details)
614 If the underlying DB supports the retrieving mutule tuples in one go, then
/barrelfish-master/usr/eclipseclp/documents/libman/
H A Dextfd.tex1415 dvar_domain(B, DB),
1418 setof(X, Y^(dom_member(Y, DB), fit(X, Y)), AL),
1424 dom_intersection(DB, DB1, DB_New, _),
2023 dvar_domain(B, DB),
2024 dom_range(DB, MinB, MaxB),
H A Dobsman.tex1521 dvar_domain(B, DB),
1524 setof(X, Y^(dom_member(Y, DB), fit(X, Y)), AL),
1530 dom_intersection(DB, DB1, DB_New, _),
2129 dvar_domain(B, DB),
2130 dom_range(DB, MinB, MaxB),

Completed in 111 milliseconds

12