1 | tdb_add_flags: void (struct tdb_context *, unsigned int)
|
---|
2 | tdb_append: int (struct tdb_context *, TDB_DATA, TDB_DATA)
|
---|
3 | tdb_chainlock: int (struct tdb_context *, TDB_DATA)
|
---|
4 | tdb_chainlock_mark: int (struct tdb_context *, TDB_DATA)
|
---|
5 | tdb_chainlock_nonblock: int (struct tdb_context *, TDB_DATA)
|
---|
6 | tdb_chainlock_read: int (struct tdb_context *, TDB_DATA)
|
---|
7 | tdb_chainlock_unmark: int (struct tdb_context *, TDB_DATA)
|
---|
8 | tdb_chainunlock: int (struct tdb_context *, TDB_DATA)
|
---|
9 | tdb_chainunlock_read: int (struct tdb_context *, TDB_DATA)
|
---|
10 | tdb_check: int (struct tdb_context *, int (*)(TDB_DATA, TDB_DATA, void *), void *)
|
---|
11 | tdb_close: int (struct tdb_context *)
|
---|
12 | tdb_delete: int (struct tdb_context *, TDB_DATA)
|
---|
13 | tdb_dump_all: void (struct tdb_context *)
|
---|
14 | tdb_enable_seqnum: void (struct tdb_context *)
|
---|
15 | tdb_error: enum TDB_ERROR (struct tdb_context *)
|
---|
16 | tdb_errorstr: const char *(struct tdb_context *)
|
---|
17 | tdb_exists: int (struct tdb_context *, TDB_DATA)
|
---|
18 | tdb_fd: int (struct tdb_context *)
|
---|
19 | tdb_fetch: TDB_DATA (struct tdb_context *, TDB_DATA)
|
---|
20 | tdb_firstkey: TDB_DATA (struct tdb_context *)
|
---|
21 | tdb_freelist_size: int (struct tdb_context *)
|
---|
22 | tdb_get_flags: int (struct tdb_context *)
|
---|
23 | tdb_get_logging_private: void *(struct tdb_context *)
|
---|
24 | tdb_get_seqnum: int (struct tdb_context *)
|
---|
25 | tdb_hash_size: int (struct tdb_context *)
|
---|
26 | tdb_increment_seqnum_nonblock: void (struct tdb_context *)
|
---|
27 | tdb_jenkins_hash: unsigned int (TDB_DATA *)
|
---|
28 | tdb_lockall: int (struct tdb_context *)
|
---|
29 | tdb_lockall_mark: int (struct tdb_context *)
|
---|
30 | tdb_lockall_nonblock: int (struct tdb_context *)
|
---|
31 | tdb_lockall_read: int (struct tdb_context *)
|
---|
32 | tdb_lockall_read_nonblock: int (struct tdb_context *)
|
---|
33 | tdb_lockall_unmark: int (struct tdb_context *)
|
---|
34 | tdb_log_fn: tdb_log_func (struct tdb_context *)
|
---|
35 | tdb_map_size: size_t (struct tdb_context *)
|
---|
36 | tdb_name: const char *(struct tdb_context *)
|
---|
37 | tdb_nextkey: TDB_DATA (struct tdb_context *, TDB_DATA)
|
---|
38 | tdb_null: dptr = 0xXXXX, dsize = 0
|
---|
39 | tdb_open: struct tdb_context *(const char *, int, int, int, mode_t)
|
---|
40 | tdb_open_ex: struct tdb_context *(const char *, int, int, int, mode_t, const struct tdb_logging_context *, tdb_hash_func)
|
---|
41 | tdb_parse_record: int (struct tdb_context *, TDB_DATA, int (*)(TDB_DATA, TDB_DATA, void *), void *)
|
---|
42 | tdb_printfreelist: int (struct tdb_context *)
|
---|
43 | tdb_remove_flags: void (struct tdb_context *, unsigned int)
|
---|
44 | tdb_reopen: int (struct tdb_context *)
|
---|
45 | tdb_reopen_all: int (int)
|
---|
46 | tdb_repack: int (struct tdb_context *)
|
---|
47 | tdb_set_logging_function: void (struct tdb_context *, const struct tdb_logging_context *)
|
---|
48 | tdb_set_max_dead: void (struct tdb_context *, int)
|
---|
49 | tdb_setalarm_sigptr: void (struct tdb_context *, volatile sig_atomic_t *)
|
---|
50 | tdb_store: int (struct tdb_context *, TDB_DATA, TDB_DATA, int)
|
---|
51 | tdb_summary: char *(struct tdb_context *)
|
---|
52 | tdb_transaction_cancel: int (struct tdb_context *)
|
---|
53 | tdb_transaction_commit: int (struct tdb_context *)
|
---|
54 | tdb_transaction_prepare_commit: int (struct tdb_context *)
|
---|
55 | tdb_transaction_start: int (struct tdb_context *)
|
---|
56 | tdb_transaction_start_nonblock: int (struct tdb_context *)
|
---|
57 | tdb_traverse: int (struct tdb_context *, tdb_traverse_func, void *)
|
---|
58 | tdb_traverse_read: int (struct tdb_context *, tdb_traverse_func, void *)
|
---|
59 | tdb_unlockall: int (struct tdb_context *)
|
---|
60 | tdb_unlockall_read: int (struct tdb_context *)
|
---|
61 | tdb_validate_freelist: int (struct tdb_context *, int *)
|
---|
62 | tdb_wipe_all: int (struct tdb_context *)
|
---|