This file is indexed.

/usr/include/htdig_db/qam_ext.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
/* DO NOT EDIT: automatically built by dist/distrib. */
#ifndef _qam_ext_h_
#define _qam_ext_h_
int CDB___qam_pitem
    __P((DBC *,  QPAGE *, u_int32_t, db_recno_t, DBT *));
int CDB___qam_put __P((DB *, DB_TXN *, DBT *, DBT *, u_int32_t));
int CDB___qam_delete __P((DB *, DB_TXN *, DBT *, u_int32_t));
int CDB___qam_c_dup __P((DBC *, DBC *));
int CDB___qam_c_init __P((DBC *));
int CDB___qam_init_recover __P((DB_ENV *));
int CDB___qam_mswap __P((PAGE *));
int CDB___qam_pgin_out __P((db_pgno_t, void *, DBT *));
int CDB___qam_db_create __P((DB *));
int CDB___qam_db_close __P((DB *));
int CDB___qam_open __P((DB *, const char *, db_pgno_t));
int CDB___qam_metachk __P((DB *, const char *, QMETA *));
int CDB___qam_inc_recover __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___qam_incfirst_recover
  __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___qam_mvptr_recover
  __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___qam_del_recover __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___qam_add_recover __P((DB_ENV *, DBT *, DB_LSN *, int, void *));
int CDB___qam_stat __P((DB *, void *, void *(*)(size_t), u_int32_t));
#endif /* _qam_ext_h_ */