IDZEBRA  2.2.7
Macros | Functions | Variables
commit.c File Reference
#include <assert.h>
#include <stdlib.h>
#include <idzebra/util.h>
#include <yaz/xmalloc.h>
#include "mfile.h"
#include "cfile.h"

Go to the source code of this file.

Macros

#define CF_OPTIMIZE_COMMIT   0
 

Functions

static int cf_commit_hash (CFile cf)
 
static int cf_commit_flat (CFile cf)
 
int cf_commit (CFile cf)
 

Variables

static int log_level = 0
 

Macro Definition Documentation

◆ CF_OPTIMIZE_COMMIT

#define CF_OPTIMIZE_COMMIT   0

Definition at line 32 of file commit.c.

Function Documentation

◆ cf_commit()

int cf_commit ( CFile  cf)

◆ cf_commit_flat()

static int cf_commit_flat ( CFile  cf)
static

◆ cf_commit_hash()

static int cf_commit_hash ( CFile  cf)
static

Variable Documentation

◆ log_level

int log_level = 0
static

Definition at line 34 of file commit.c.

Referenced by cf_commit(), and cf_commit_flat().