/usr/include/htdig_db/crdel_auto.h is in htdig 1:3.2.0b6-12.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 | /* Do not edit: automatically built by gen_rec.awk. */
#ifndef crdel_AUTO_H
#define crdel_AUTO_H
#define DB_crdel_fileopen (DB_crdel_BEGIN + 1)
typedef struct _crdel_fileopen_args {
u_int32_t type;
DB_TXN *txnid;
DB_LSN prev_lsn;
DBT name;
u_int32_t mode;
} __crdel_fileopen_args;
int CDB___crdel_fileopen_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *, u_int32_t));
int CDB___crdel_fileopen_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___crdel_fileopen_read __P((void *, __crdel_fileopen_args **));
#define DB_crdel_metasub (DB_crdel_BEGIN + 2)
typedef struct _crdel_metasub_args {
u_int32_t type;
DB_TXN *txnid;
DB_LSN prev_lsn;
u_int32_t fileid;
db_pgno_t pgno;
DBT page;
DB_LSN lsn;
} __crdel_metasub_args;
int CDB___crdel_metasub_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, db_pgno_t, const DBT *, DB_LSN *));
int CDB___crdel_metasub_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___crdel_metasub_read __P((void *, __crdel_metasub_args **));
#define DB_crdel_metapage (DB_crdel_BEGIN + 3)
typedef struct _crdel_metapage_args {
u_int32_t type;
DB_TXN *txnid;
DB_LSN prev_lsn;
u_int32_t fileid;
DBT name;
db_pgno_t pgno;
DBT page;
} __crdel_metapage_args;
int CDB___crdel_metapage_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, u_int32_t, const DBT *, db_pgno_t, const DBT *));
int CDB___crdel_metapage_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___crdel_metapage_read __P((void *, __crdel_metapage_args **));
#define DB_crdel_delete (DB_crdel_BEGIN + 4)
typedef struct _crdel_delete_args {
u_int32_t type;
DB_TXN *txnid;
DB_LSN prev_lsn;
DBT name;
} __crdel_delete_args;
int CDB___crdel_delete_log __P((DB_ENV *, DB_TXN *, DB_LSN *, u_int32_t, const DBT *));
int CDB___crdel_delete_print __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___crdel_delete_read __P((void *, __crdel_delete_args **));
int CDB___crdel_init_print __P((DB_ENV *));
#endif
|