xapian-core  2.0.0
Functions
honey_dbcheck.cc File Reference

Check a honey table. More...

#include <config.h>
#include "honey_dbcheck.h"
+ Include dependency graph for honey_dbcheck.cc:

Go to the source code of this file.

Functions

size_t check_honey_table (const char *tablename, string_view db_dir, int fd, off_t offset_, const HoneyVersion &version_file, int opts, vector< Xapian::termcount > &doclens, ostream *out)
 

Detailed Description

Check a honey table.

Definition in file honey_dbcheck.cc.

Function Documentation

◆ check_honey_table()

size_t check_honey_table ( const char *  tablename,
string_view  db_dir,
int  fd,
off_t  offset_,
const HoneyVersion version_file,
int  opts,
vector< Xapian::termcount > &  doclens,
ostream *  out 
)

Definition at line 28 of file honey_dbcheck.cc.

References opts.

Referenced by check_db_dir(), check_db_table(), and check_honey_table().