IDZEBRA  2.2.7
Data Structures | Macros | Functions
invstat.c File Reference
#include <stdio.h>
#include <assert.h>
#include <string.h>
#include "index.h"

Go to the source code of this file.

Data Structures

struct  inv_stat_info
 

Macros

#define SINGLETON_TYPE   8 /* the type to use for singletons that */
 

Functions

static void print_dict_item (ZebraHandle zh, const char *s, zint count, int firstsys, int firstseq, int lastsys, int lastseq)
 
static int inv_stat_handle (char *name, const char *info, int pos, void *client)
 
static void show_bfs_stats (BFiles bfs)
 
int zebra_register_statistics (ZebraHandle zh, int dumpdict)
 

Macro Definition Documentation

◆ SINGLETON_TYPE

#define SINGLETON_TYPE   8 /* the type to use for singletons that */

Definition at line 45 of file invstat.c.

Function Documentation

◆ inv_stat_handle()

static int inv_stat_handle ( char *  name,
const char *  info,
int  pos,
void *  client 
)
static

◆ print_dict_item()

static void print_dict_item ( ZebraHandle  zh,
const char *  s,
zint  count,
int  firstsys,
int  firstseq,
int  lastsys,
int  lastseq 
)
static

◆ show_bfs_stats()

static void show_bfs_stats ( BFiles  bfs)
static

Definition at line 152 of file invstat.c.

References bfs_register_directory_stat(), and bfs_shadow_directory_stat().

Referenced by zebra_register_statistics().

◆ zebra_register_statistics()

int zebra_register_statistics ( ZebraHandle  zh,
int  dumpdict 
)