~ubuntu-branches/ubuntu/maverick/evolution-data-server/maverick-proposed

« back to all changes in this revision

Viewing changes to libdb/dbinc_auto/mp_ext.h

  • Committer: Bazaar Package Importer
  • Author(s): Didier Roche
  • Date: 2010-05-17 17:02:06 UTC
  • mfrom: (1.1.79 upstream) (1.6.12 experimental)
  • Revision ID: james.westby@ubuntu.com-20100517170206-4ufr52vwrhh26yh0
Tags: 2.30.1-1ubuntu1
* Merge from debian experimental. Remaining change:
  (LP: #42199, #229669, #173703, #360344, #508494)
  + debian/control:
    - add Vcs-Bzr tag
    - don't use libgnome
    - Use Breaks instead of Conflicts against evolution 2.25 and earlier.
  + debian/evolution-data-server.install,
    debian/patches/45_libcamel_providers_version.patch:
    - use the upstream versioning, not a Debian-specific one 
  + debian/libedata-book1.2-dev.install, debian/libebackend-1.2-dev.install,
    debian/libcamel1.2-dev.install, debian/libedataserverui1.2-dev.install:
    - install html documentation
  + debian/rules:
    - don't build documentation it's shipped with the tarball

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
/* DO NOT EDIT: automatically built by dist/s_include. */
2
 
#ifndef _mp_ext_h_
3
 
#define _mp_ext_h_
4
 
 
5
 
#if defined(__cplusplus)
6
 
extern "C" {
7
 
#endif
8
 
 
9
 
int __memp_alloc __P((DB_MPOOL *, REGINFO *, MPOOLFILE *, size_t, roff_t *, void *));
10
 
#ifdef DIAGNOSTIC
11
 
void __memp_check_order __P((DB_MPOOL_HASH *));
12
 
#endif
13
 
int __memp_bhwrite __P((DB_MPOOL *, DB_MPOOL_HASH *, MPOOLFILE *, BH *, int));
14
 
int __memp_pgread __P((DB_MPOOLFILE *, DB_MUTEX *, BH *, int));
15
 
int __memp_pg __P((DB_MPOOLFILE *, BH *, int));
16
 
void __memp_bhfree __P((DB_MPOOL *, DB_MPOOL_HASH *, BH *, int));
17
 
int __memp_fget __P((DB_MPOOLFILE *, db_pgno_t *, u_int32_t, void *));
18
 
int __memp_fcreate __P((DB_ENV *, DB_MPOOLFILE **, u_int32_t));
19
 
int __memp_fopen_int __P((DB_MPOOLFILE *, MPOOLFILE *, const char *, u_int32_t, int, size_t));
20
 
int __memp_fclose_int __P((DB_MPOOLFILE *, u_int32_t));
21
 
int __memp_mf_discard __P((DB_MPOOL *, MPOOLFILE *));
22
 
char * __memp_fn __P((DB_MPOOLFILE *));
23
 
char * __memp_fns __P((DB_MPOOL *, MPOOLFILE *));
24
 
int __memp_fput __P((DB_MPOOLFILE *, void *, u_int32_t));
25
 
int __memp_fset __P((DB_MPOOLFILE *, void *, u_int32_t));
26
 
void __memp_dbenv_create __P((DB_ENV *));
27
 
int __memp_open __P((DB_ENV *));
28
 
int __memp_dbenv_refresh __P((DB_ENV *));
29
 
void __mpool_region_destroy __P((DB_ENV *, REGINFO *));
30
 
int  __memp_nameop __P((DB_ENV *, u_int8_t *, const char *, const char *, const char *));
31
 
int __memp_register __P((DB_ENV *, int, int (*)(DB_ENV *, db_pgno_t, void *, DBT *), int (*)(DB_ENV *, db_pgno_t, void *, DBT *)));
32
 
int __memp_stat __P((DB_ENV *, DB_MPOOL_STAT **, DB_MPOOL_FSTAT ***, u_int32_t));
33
 
int __memp_dump_region __P((DB_ENV *, char *, FILE *));
34
 
void __memp_stat_hash __P((REGINFO *, MPOOL *, u_int32_t *));
35
 
int __memp_sync __P((DB_ENV *, DB_LSN *));
36
 
int __memp_fsync __P((DB_MPOOLFILE *));
37
 
int __mp_xxx_fh __P((DB_MPOOLFILE *, DB_FH **));
38
 
int __memp_sync_int __P((DB_ENV *, DB_MPOOLFILE *, int, db_sync_op, int *));
39
 
int __memp_trickle __P((DB_ENV *, int, int *));
40
 
 
41
 
#if defined(__cplusplus)
42
 
}
43
 
#endif
44
 
#endif /* !_mp_ext_h_ */