~ubuntu-branches/debian/jessie/ldb/jessie

« back to all changes in this revision

Viewing changes to lib/tdb/ABI/tdb-1.3.1.sigs

  • Committer: Package Import Robot
  • Author(s): Jelmer Vernooij
  • Date: 2014-07-05 23:32:23 UTC
  • mfrom: (1.3.16)
  • Revision ID: package-import@ubuntu.com-20140705233223-dss2i2wmfksxbivh
Tags: 1:1.1.18-1
* New upstream release.
 + Depend on tdb >= 1.3.2.
 + Fixes __attribute__((visibility)) check to not use nested functions.
   Closes: #749987
* Use canonical URL in Vcs-Git field.
* Specify branch in Vcs-Git field.
* Add 02_hurd: link against pthread on the Hurd, to fix ldb module
  loading. Closes: #749095

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
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_lock_nonblock: int (struct tdb_context *, int, int)
 
29
tdb_lockall: int (struct tdb_context *)
 
30
tdb_lockall_mark: int (struct tdb_context *)
 
31
tdb_lockall_nonblock: int (struct tdb_context *)
 
32
tdb_lockall_read: int (struct tdb_context *)
 
33
tdb_lockall_read_nonblock: int (struct tdb_context *)
 
34
tdb_lockall_unmark: int (struct tdb_context *)
 
35
tdb_log_fn: tdb_log_func (struct tdb_context *)
 
36
tdb_map_size: size_t (struct tdb_context *)
 
37
tdb_name: const char *(struct tdb_context *)
 
38
tdb_nextkey: TDB_DATA (struct tdb_context *, TDB_DATA)
 
39
tdb_null: dptr = 0xXXXX, dsize = 0
 
40
tdb_open: struct tdb_context *(const char *, int, int, int, mode_t)
 
41
tdb_open_ex: struct tdb_context *(const char *, int, int, int, mode_t, const struct tdb_logging_context *, tdb_hash_func)
 
42
tdb_parse_record: int (struct tdb_context *, TDB_DATA, int (*)(TDB_DATA, TDB_DATA, void *), void *)
 
43
tdb_printfreelist: int (struct tdb_context *)
 
44
tdb_remove_flags: void (struct tdb_context *, unsigned int)
 
45
tdb_reopen: int (struct tdb_context *)
 
46
tdb_reopen_all: int (int)
 
47
tdb_repack: int (struct tdb_context *)
 
48
tdb_rescue: int (struct tdb_context *, void (*)(TDB_DATA, TDB_DATA, void *), void *)
 
49
tdb_runtime_check_for_robust_mutexes: bool (void)
 
50
tdb_set_logging_function: void (struct tdb_context *, const struct tdb_logging_context *)
 
51
tdb_set_max_dead: void (struct tdb_context *, int)
 
52
tdb_setalarm_sigptr: void (struct tdb_context *, volatile sig_atomic_t *)
 
53
tdb_store: int (struct tdb_context *, TDB_DATA, TDB_DATA, int)
 
54
tdb_summary: char *(struct tdb_context *)
 
55
tdb_transaction_cancel: int (struct tdb_context *)
 
56
tdb_transaction_commit: int (struct tdb_context *)
 
57
tdb_transaction_prepare_commit: int (struct tdb_context *)
 
58
tdb_transaction_start: int (struct tdb_context *)
 
59
tdb_transaction_start_nonblock: int (struct tdb_context *)
 
60
tdb_transaction_write_lock_mark: int (struct tdb_context *)
 
61
tdb_transaction_write_lock_unmark: int (struct tdb_context *)
 
62
tdb_traverse: int (struct tdb_context *, tdb_traverse_func, void *)
 
63
tdb_traverse_read: int (struct tdb_context *, tdb_traverse_func, void *)
 
64
tdb_unlock: int (struct tdb_context *, int, int)
 
65
tdb_unlockall: int (struct tdb_context *)
 
66
tdb_unlockall_read: int (struct tdb_context *)
 
67
tdb_validate_freelist: int (struct tdb_context *, int *)
 
68
tdb_wipe_all: int (struct tdb_context *)