Searched refs:DBT (Results 1 - 25 of 100) sorted by relevance

1234

/freebsd-10-stable/contrib/subversion/subversion/libsvn_fs_base/bdb/
H A Ddbt.h1 /* dbt.h --- interface to DBT-frobbing functions
40 /* Set all fields of DBT to zero. Return DBT. */
41 DBT *svn_fs_base__clear_dbt(DBT *dbt);
44 /* Set DBT to retrieve no data. This is useful when you're just
46 don't care what the value is. Return DBT. */
47 DBT *svn_fs_base__nodata_dbt(DBT *dbt);
50 /* Set DBT t
[all...]
H A Ddbt.c1 /* dbt.c --- DBT-frobbing functions
36 DBT *
37 svn_fs_base__clear_dbt(DBT *dbt)
45 DBT *svn_fs_base__nodata_dbt(DBT *dbt)
58 DBT *
59 svn_fs_base__set_dbt(DBT *dbt, const void *data, apr_size_t size)
70 DBT *
71 svn_fs_base__result_dbt(DBT *dbt)
91 DBT *
[all...]
H A Duuids-table.c73 DBT key, value;
106 DBT key;
107 DBT value;
136 DBT key;
137 DBT value;
H A Dstrings-table.c62 DBT key, value;
86 DBT *query,
93 DBT result;
100 /* Set up the DBT for reading the length of the record. */
121 DBT rerun;
153 get_next_length(apr_size_t *length, DBC *cursor, DBT *query)
155 DBT result;
158 /* Set up the DBT for reading the length of the record. */
163 /* Note: this may change the QUERY DBT, but that's okay: we're going
170 DBT reru
[all...]
H A Dmiscellaneous-table.c67 DBT key, value;
89 DBT key, value;
119 DBT key, value;
/freebsd-10-stable/contrib/ncurses/include/
H A Dhashed_db.h57 extern NCURSES_EXPORT(bool) _nc_db_have_data(DBT * /* key */, DBT * /* data */, char ** /* buffer */, int * /* size */);
58 extern NCURSES_EXPORT(bool) _nc_db_have_index(DBT * /* key */, DBT * /* data */, char ** /* buffer */, int * /* size */);
60 extern NCURSES_EXPORT(int) _nc_db_first(DB * /* db */, DBT * /* key */, DBT * /* data */);
61 extern NCURSES_EXPORT(int) _nc_db_next(DB * /* db */, DBT * /* key */, DBT * /* data */);
62 extern NCURSES_EXPORT(int) _nc_db_get(DB * /* db */, DBT * /* key */, DBT * /* dat
[all...]
/freebsd-10-stable/lib/libc/db/btree/
H A Dextern.h34 int __bt_cmp(BTREE *, const DBT *, EPG *);
36 int __bt_defcmp(const DBT *, const DBT *);
37 size_t __bt_defpfx(const DBT *, const DBT *);
38 int __bt_delete(const DB *, const DBT *, u_int);
39 int __bt_dleaf(BTREE *, const DBT *, PAGE *, u_int);
42 int __bt_get(const DB *, const DBT *, DBT *, u_int);
47 int __bt_put(const DB *dbp, DBT *, cons
[all...]
H A Dbt_search.c46 static int __bt_snext(BTREE *, PAGE *, const DBT *, int *);
47 static int __bt_sprev(BTREE *, PAGE *, const DBT *, int *);
64 __bt_search(BTREE *t, const DBT *key, int *exactp)
146 __bt_snext(BTREE *t, PAGE *h, const DBT *key, int *exactp)
181 __bt_sprev(BTREE *t, PAGE *h, const DBT *key, int *exactp)
H A Dbt_utils.c65 __bt_ret(BTREE *t, EPG *e, DBT *key, DBT *rkey, DBT *data, DBT *rdata, int copy)
135 * k1: DBT pointer of first arg to comparison
144 __bt_cmp(BTREE *t, const DBT *k1, EPG *e)
148 DBT k2;
195 * a: DBT #1
196 * b: DBT #2
204 __bt_defcmp(const DBT *
[all...]
H A Dbt_get.c61 __bt_get(const DB *dbp, const DBT *key, DBT *data, u_int flags)
/freebsd-10-stable/lib/libc/db/recno/
H A Dextern.h36 int __rec_delete(const DB *, const DBT *, u_int);
42 int __rec_get(const DB *, const DBT *, DBT *, u_int);
43 int __rec_iput(BTREE *, recno_t, const DBT *, u_int);
44 int __rec_put(const DB *dbp, DBT *, const DBT *, u_int);
45 int __rec_ret(BTREE *, EPG *, recno_t, DBT *, DBT *);
47 int __rec_seq(const DB *, DBT *, DBT *, u_in
[all...]
/freebsd-10-stable/libexec/ypxfr/
H A Dypxfr_extern.h55 extern int yp_put_record(DB *, DBT *, DBT *, int);
56 extern int yp_get_record(const char *, const char *, const DBT *, DBT *, int);
/freebsd-10-stable/usr.sbin/ypserv/
H A Dyp_extern.h76 extern int yp_get_record(DB *, const DBT *, DBT *, int);
78 extern int yp_get_record(const char *, const char *, const DBT *, DBT *, int);
80 extern int yp_first_record(const DB *, DBT *, DBT *, int);
81 extern int yp_next_record(const DB *, DBT *, DBT *, int, int);
/freebsd-10-stable/lib/libc/db/hash/
H A Dextern.h34 int __addel(HTAB *, BUFHEAD *, const DBT *, const DBT *);
36 int __big_insert(HTAB *, BUFHEAD *, const DBT *, const DBT *);
37 int __big_keydata(HTAB *, BUFHEAD *, DBT *, DBT *, int);
38 int __big_return(HTAB *, BUFHEAD *, int, DBT *, int);
/freebsd-10-stable/lib/libc/db/db/
H A Ddb.c88 dbp->del = (int (*)(const struct __db *, const DBT*, u_int))__dberr;
90 dbp->get = (int (*)(const struct __db *, const DBT*, DBT *, u_int))__dberr;
91 dbp->put = (int (*)(const struct __db *, DBT *, const DBT *, u_int))__dberr;
92 dbp->seq = (int (*)(const struct __db *, DBT *, DBT *, u_int))__dberr;
/freebsd-10-stable/include/
H A Ddb.h56 } DBT; typedef in typeref:struct:__anon5557
100 int (*del)(const struct __db *, const DBT *, unsigned int);
101 int (*get)(const struct __db *, const DBT *, DBT *, unsigned int);
102 int (*put)(const struct __db *, DBT *, const DBT *, unsigned int);
103 int (*seq)(const struct __db *, DBT *, DBT *, unsigned int);
121 (const DBT *, const DBT *);
[all...]
/freebsd-10-stable/usr.sbin/sa/
H A Dmain.c62 static int cmp_usrsys(const DBT *, const DBT *);
63 static int cmp_avgusrsys(const DBT *, const DBT *);
64 static int cmp_dkio(const DBT *, const DBT *);
65 static int cmp_avgdkio(const DBT *, const DBT *);
66 static int cmp_cpumem(const DBT *, const DBT *);
[all...]
H A Dusrdb.c48 static int uid_compare(const DBT *, const DBT *);
67 v1_to_v2(DBT *key, DBT *data)
120 DBT key, data;
183 DBT key, data;
226 uid_compare(const DBT *k1, const DBT *k2)
H A Dextern.h65 typedef int (*cmpf_t)(const DBT *, const DBT *);
69 BTREEINFO *bti, int (*v1_to_v2)(DBT *key, DBT *data));
/freebsd-10-stable/contrib/ncurses/ncurses/tinfo/
H A Dhashed_db.c123 _nc_db_put(DB * db, DBT * key, DBT * data)
142 _nc_db_get(DB * db, DBT * key, DBT * data)
161 _nc_db_first(DB * db, DBT * key, DBT * data)
183 _nc_db_next(DB * db, DBT * key, DBT * data)
205 _nc_db_have_index(DBT * key, DBT * dat
[all...]
/freebsd-10-stable/usr.sbin/rpc.ypupdated/
H A Dypupdated_extern.h33 extern int yp_del_record(DB *, DBT *);
H A Dyp_dbdelete.c50 yp_del_record(DB *dbp, DBT *key)
/freebsd-10-stable/crypto/heimdal/lib/roken/
H A Dndbm_wrap.c57 #define DBT2DATUM(DBT, DATUM) do { (DATUM)->dptr = (DBT)->data; (DATUM)->dsize = (DBT)->size; } while(0)
58 #define DATUM2DBT(DATUM, DBT) do { (DBT)->data = (DATUM)->dptr; (DBT)->size = (DATUM)->dsize; } while(0)
81 DBT key;
94 DBT key, value;
113 DBT key, value;
198 DBT ke
[all...]
/freebsd-10-stable/contrib/netbsd-tests/lib/libc/db/
H A Dh_db.c64 static void compare(DBT *, DBT *);
67 static void get(DB *, DBT *);
68 static void getdata(DB *, DBT *, DBT *);
69 static void put(DB *, DBT *, DBT *);
70 static void rem(DB *, DBT *);
74 static void seq(DB *, DBT *);
109 DBT dat
[all...]
/freebsd-10-stable/contrib/apr-util/dbm/
H A Dapr_dbm_berkeleydb.c218 DBT ckey = { 0 };
219 DBT rd = { 0 };
251 DBT ckey = { 0 };
252 DBT cvalue = { 0 };
273 DBT ckey = { 0 };
289 DBT ckey = { 0 }; /* converted key */
290 DBT data = { 0 };
308 DBT first = { 0 };
309 DBT data = { 0 };
340 DBT cke
[all...]

Completed in 388 milliseconds

1234