#include <config.h>
#include "xapian-check-flint.h"
#include "bitstream.h"
#include "internaltypes.h"
#include "flint_check.h"
#include "flint_cursor.h"
#include "flint_table.h"
#include "flint_types.h"
#include "flint_utils.h"
#include "valuestats.h"
#include <xapian.h>
#include "autoptr.h"
#include <iostream>

Go to the source code of this file.
Functions | |
| static bool | is_user_metadata_key (const string &key) |
| size_t | check_flint_table (const char *tablename, string filename, int opts, vector< Xapian::termcount > &doclens) |
Definition in file xapian-check-flint.cc.
| size_t check_flint_table | ( | const char * | tablename, | |
| string | filename, | |||
| int | opts, | |||
| vector< Xapian::termcount > & | doclens | |||
| ) |
Definition at line 52 of file xapian-check-flint.cc.
References BtreeCheck::check(), FlintTable::cursor_get(), F_unpack_bool(), F_unpack_string(), F_unpack_string_preserving_sort(), F_unpack_uint(), F_unpack_uint_last(), F_unpack_uint_preserving_sort(), is_user_metadata_key(), and FlintTable::open().
Referenced by main().
| static bool is_user_metadata_key | ( | const string & | key | ) | [inline, static] |