Symbol: btval
usr.sbin/ldapctl/ldapctl.c
143
struct btval key, val;
usr.sbin/ldapd/auth.c
38
struct btval key;
usr.sbin/ldapd/btest.c
37
struct btval key, data, maxkey;
usr.sbin/ldapd/btree.c
1197
btree_search_node(struct btree *bt, struct mpage *mp, struct btval *key,
usr.sbin/ldapd/btree.c
1204
struct btval nodekey;
usr.sbin/ldapd/btree.c
1370
btree_search_page_root(struct btree *bt, struct mpage *root, struct btval *key,
usr.sbin/ldapd/btree.c
1443
btree_search_page(struct btree *bt, struct btree_txn *txn, struct btval *key,
usr.sbin/ldapd/btree.c
1496
struct btval *data)
usr.sbin/ldapd/btree.c
1556
struct btval *key, struct btval *data)
usr.sbin/ldapd/btree.c
1648
struct btval *key)
usr.sbin/ldapd/btree.c
1675
btree_cursor_next(struct cursor *cursor, struct btval *key, struct btval *data)
usr.sbin/ldapd/btree.c
1721
btree_cursor_set(struct cursor *cursor, struct btval *key, struct btval *data,
usr.sbin/ldapd/btree.c
1772
btree_cursor_first(struct cursor *cursor, struct btval *key, struct btval *data)
usr.sbin/ldapd/btree.c
1797
btree_cursor_get(struct cursor *cursor, struct btval *key, struct btval *data,
usr.sbin/ldapd/btree.c
1875
bt_leaf_size(struct btree *bt, struct btval *key, struct btval *data)
usr.sbin/ldapd/btree.c
1889
bt_branch_size(struct btree *bt, struct btval *key)
usr.sbin/ldapd/btree.c
1904
btree_write_overflow_data(struct btree *bt, struct page *p, struct btval *data)
usr.sbin/ldapd/btree.c
1941
struct btval *key, struct btval *data, pgno_t pgno, uint8_t flags)
usr.sbin/ldapd/btree.c
2113
struct btval *key)
usr.sbin/ldapd/btree.c
2162
struct btval key;
usr.sbin/ldapd/btree.c
2209
struct btval key, data;
usr.sbin/ldapd/btree.c
2310
struct btval nullkey;
usr.sbin/ldapd/btree.c
2329
struct btval nullkey;
usr.sbin/ldapd/btree.c
235
struct mpage *root, struct btval *key,
usr.sbin/ldapd/btree.c
2379
struct btval key, data;
usr.sbin/ldapd/btree.c
239
struct btree_txn *txn, struct btval *key,
usr.sbin/ldapd/btree.c
252
struct btval *key, int *exactp, unsigned int *kip);
usr.sbin/ldapd/btree.c
254
indx_t indx, struct btval *key, struct btval *data,
usr.sbin/ldapd/btree.c
2566
struct btval *key, struct btval *data)
usr.sbin/ldapd/btree.c
259
struct node *leaf, struct btval *data);
usr.sbin/ldapd/btree.c
263
indx_t indx, struct btval *key);
usr.sbin/ldapd/btree.c
2644
bt_reduce_separator(struct btree *bt, struct node *min, struct btval *sep)
usr.sbin/ldapd/btree.c
2697
struct btval *newkey, struct btval *newdata, pgno_t newpgno)
usr.sbin/ldapd/btree.c
2707
struct btval sepkey, rkey, rdata;
usr.sbin/ldapd/btree.c
271
unsigned int *newindxp, struct btval *newkey,
usr.sbin/ldapd/btree.c
272
struct btval *newdata, pgno_t newpgno);
usr.sbin/ldapd/btree.c
275
struct page *p, struct btval *data);
usr.sbin/ldapd/btree.c
282
struct node *node, struct btval *key);
usr.sbin/ldapd/btree.c
285
struct btval *key, struct btval *data);
usr.sbin/ldapd/btree.c
287
struct btval *key, struct btval *data, int *exactp);
usr.sbin/ldapd/btree.c
2885
struct btval *key, struct btval *data, unsigned int flags)
usr.sbin/ldapd/btree.c
289
struct btval *key, struct btval *data);
usr.sbin/ldapd/btree.c
2891
struct btval xkey;
usr.sbin/ldapd/btree.c
292
struct btval *sep);
usr.sbin/ldapd/btree.c
293
static void remove_prefix(struct btree *bt, struct btval *key,
usr.sbin/ldapd/btree.c
303
static size_t bt_leaf_size(struct btree *bt, struct btval *key,
usr.sbin/ldapd/btree.c
304
struct btval *data);
usr.sbin/ldapd/btree.c
305
static size_t bt_branch_size(struct btree *bt, struct btval *key);
usr.sbin/ldapd/btree.c
356
btree_cmp(struct btree *bt, const struct btval *a, const struct btval *b)
usr.sbin/ldapd/btree.c
408
remove_prefix(struct btree *bt, struct btval *key, size_t pfxlen)
usr.sbin/ldapd/btree.c
434
bt_cmp(struct btree *bt, const struct btval *key1, const struct btval *key2,
usr.sbin/ldapd/btree.c
446
btval_reset(struct btval *btv)
usr.sbin/ldapd/btree.h
112
struct btval *key, struct btval *data,
usr.sbin/ldapd/btree.h
119
int btree_cmp(struct btree *bt, const struct btval *a,
usr.sbin/ldapd/btree.h
120
const struct btval *b);
usr.sbin/ldapd/btree.h
121
void btval_reset(struct btval *btv);
usr.sbin/ldapd/btree.h
35
typedef int (*bt_cmp_func)(const struct btval *a,
usr.sbin/ldapd/btree.h
36
const struct btval *b);
usr.sbin/ldapd/btree.h
37
typedef void (*bt_prefix_func)(const struct btval *a,
usr.sbin/ldapd/btree.h
38
const struct btval *b,
usr.sbin/ldapd/btree.h
39
struct btval *sep);
usr.sbin/ldapd/btree.h
87
struct btval *key, struct btval *data);
usr.sbin/ldapd/btree.h
89
struct btval *key, struct btval *data,
usr.sbin/ldapd/btree.h
92
struct btval *key, struct btval *data);
usr.sbin/ldapd/index.c
126
index_rdn_key(struct namespace *ns, struct btval *dn, struct btval *key)
usr.sbin/ldapd/index.c
161
index_rdn(struct namespace *ns, struct btval *dn)
usr.sbin/ldapd/index.c
163
struct btval key, val;
usr.sbin/ldapd/index.c
184
unindex_attribute(struct namespace *ns, char *attr, struct btval *dn,
usr.sbin/ldapd/index.c
190
struct btval key;
usr.sbin/ldapd/index.c
222
index_entry(struct namespace *ns, struct btval *dn, struct ber_element *elm)
usr.sbin/ldapd/index.c
240
unindex_rdn(struct namespace *ns, struct btval *dn)
usr.sbin/ldapd/index.c
243
struct btval key;
usr.sbin/ldapd/index.c
261
unindex_entry(struct namespace *ns, struct btval *dn, struct ber_element *elm)
usr.sbin/ldapd/index.c
305
index_to_dn(struct namespace *ns, struct btval *indx, struct btval *dn)
usr.sbin/ldapd/index.c
85
index_attribute(struct namespace *ns, char *attr, struct btval *dn,
usr.sbin/ldapd/index.c
91
struct btval key, val;
usr.sbin/ldapd/ldapd.h
170
struct btval key;
usr.sbin/ldapd/ldapd.h
403
struct ber_element *root, struct btval *val);
usr.sbin/ldapd/ldapd.h
405
struct btval *val);
usr.sbin/ldapd/ldapd.h
442
int is_child_of(struct btval *key, const char *base);
usr.sbin/ldapd/ldapd.h
473
int has_suffix(struct btval *key, const char *suffix);
usr.sbin/ldapd/ldapd.h
474
int has_prefix(struct btval *key, const char *prefix);
usr.sbin/ldapd/ldapd.h
476
int ber2db(struct ber_element *root, struct btval *val,
usr.sbin/ldapd/ldapd.h
478
struct ber_element *db2ber(struct btval *val, int compression_level);
usr.sbin/ldapd/ldapd.h
483
int index_entry(struct namespace *ns, struct btval *dn,
usr.sbin/ldapd/ldapd.h
485
int unindex_entry(struct namespace *ns, struct btval *dn,
usr.sbin/ldapd/ldapd.h
487
int index_to_dn(struct namespace *ns, struct btval *indx,
usr.sbin/ldapd/ldapd.h
488
struct btval *dn);
usr.sbin/ldapd/modify.c
34
struct btval key;
usr.sbin/ldapd/namespace.c
255
static struct btval *
usr.sbin/ldapd/namespace.c
258
struct btval key;
usr.sbin/ldapd/namespace.c
259
static struct btval val;
usr.sbin/ldapd/namespace.c
291
struct btval *val;
usr.sbin/ldapd/namespace.c
304
struct btval *val;
usr.sbin/ldapd/namespace.c
314
struct btval *val)
usr.sbin/ldapd/namespace.c
320
namespace_db2ber(struct namespace *ns, struct btval *val)
usr.sbin/ldapd/namespace.c
330
struct btval key, val;
usr.sbin/ldapd/namespace.c
382
struct btval key, data;
usr.sbin/ldapd/namespace.c
39
static struct btval *namespace_find(struct namespace *ns, char *dn);
usr.sbin/ldapd/search.c
204
is_child_of(struct btval *key, const char *base)
usr.sbin/ldapd/search.c
218
check_search_entry(struct btval *key, struct btval *val, struct search *search)
usr.sbin/ldapd/search.c
265
mk_dup(struct search *search, struct btval *key)
usr.sbin/ldapd/search.c
284
is_dup(struct search *search, struct btval *key)
usr.sbin/ldapd/search.c
302
struct btval key, ikey, val;
usr.sbin/ldapd/search.c
960
struct btval key, val;
usr.sbin/ldapd/util.c
105
ber2db(struct ber_element *root, struct btval *val, int compression_level)
usr.sbin/ldapd/util.c
158
db2ber(struct btval *val, int compression_level)
usr.sbin/ldapd/util.c
80
has_suffix(struct btval *key, const char *suffix)
usr.sbin/ldapd/util.c
94
has_prefix(struct btval *key, const char *prefix)