xapian-core  1.4.25
Functions
glass_dbcheck.h File Reference

Check a glass table. More...

#include "xapian/types.h"
#include <sys/types.h>
#include <iosfwd>
#include <string>
#include <vector>
+ Include dependency graph for glass_dbcheck.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Functions

size_t check_glass_table (const char *tablename, const std::string &db_dir, int fd, off_t offset_, const GlassVersion &version_file, int opts, std::vector< Xapian::termcount > &doclens, std::ostream *out)
 
size_t check_glass_table (const char *tablename, const std::string &db_dir, const GlassVersion &version_file, int opts, std::vector< Xapian::termcount > &doclens, std::ostream *out)
 
size_t check_glass_table (const char *tablename, int fd, off_t offset_, const GlassVersion &version_file, int opts, std::vector< Xapian::termcount > &doclens, std::ostream *out)
 

Detailed Description

Check a glass table.

Definition in file glass_dbcheck.h.

Function Documentation

◆ check_glass_table() [1/3]

size_t check_glass_table ( const char *  tablename,
const std::string &  db_dir,
int  fd,
off_t  offset_,
const GlassVersion version_file,
int  opts,
std::vector< Xapian::termcount > &  doclens,
std::ostream *  out 
)

◆ check_glass_table() [2/3]

size_t check_glass_table ( const char *  tablename,
const std::string &  db_dir,
const GlassVersion version_file,
int  opts,
std::vector< Xapian::termcount > &  doclens,
std::ostream *  out 
)
inline

Definition at line 41 of file glass_dbcheck.h.

References check_glass_table().

◆ check_glass_table() [3/3]

size_t check_glass_table ( const char *  tablename,
int  fd,
off_t  offset_,
const GlassVersion version_file,
int  opts,
std::vector< Xapian::termcount > &  doclens,
std::ostream *  out 
)
inline

Definition at line 51 of file glass_dbcheck.h.

References check_glass_table().