htdb_stat.cc File Reference
#include <sys/types.h>
#include <time.h>
#include <ctype.h>
#include <errno.h>
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
#include "db_int.h"
#include "db_page.h"
#include "db_shash.h"
#include "lock.h"
#include "mp.h"
#include "util_sig.h"
#include "WordDBInfo.h"
#include "WordDBCompress.h"
#include "WordContext.h"
Go to the source code of this file.
Defines
#define
PCT(f, t, pgsize)
Enumerations
Functions
int txn_compare
__P ((const void *, const void *))
void prflags
__P ((u_int32_t, const
FN *))
int main
__P ((int, char *[]))
int lock_ok
__P ((char *))
void dl_bytes
__P ((const char *, u_long, u_long, u_long))
void dl
__P ((const char *, u_long))
int argcheck
__P ((char *, const char *))
int
argcheck (char *arg, const char *ok_args)
void
dl (const char *msg, u_long value)
void
dl_bytes (const char *msg, u_long gbytes, u_long mbytes, u_long bytes)
int
main (int argc, char *argv[])
void
prflags (u_int32_t flags, const
FN *fnp)
Variables
static const char
revid []