IDZEBRA  2.2.0
Macros | Functions
tstbfile1.c File Reference
#include <stdlib.h>
#include <string.h>
#include <idzebra/bfile.h>
#include <yaz/test.h>

Go to the source code of this file.

Macros

#define BLOCKS   100
 

Functions

void tst1 (BFiles bfs)
 
void tst2 (BFiles bfs)
 
void tst3 (BFiles bfs)
 
static void tst (void)
 
int main (int argc, char **argv)
 

Macro Definition Documentation

◆ BLOCKS

#define BLOCKS   100

Definition at line 86 of file tstbfile1.c.

Function Documentation

◆ main()

int main ( int  argc,
char **  argv 
)

Definition at line 183 of file tstbfile1.c.

References tst().

◆ tst()

static void tst ( void  )
static

Definition at line 167 of file tstbfile1.c.

References bf_reset(), bfs_create(), bfs_destroy(), tst1(), tst2(), and tst3().

Referenced by main().

◆ tst1()

void tst1 ( BFiles  bfs)

Definition at line 28 of file tstbfile1.c.

References bf_reset(), bf_xclose(), and bf_xopen().

Referenced by tst().

◆ tst2()

void tst2 ( BFiles  bfs)

Definition at line 53 of file tstbfile1.c.

References bf_alloc(), bf_free(), bf_reset(), bf_xclose(), and bf_xopen().

Referenced by tst().

◆ tst3()

void tst3 ( BFiles  bfs)

Definition at line 88 of file tstbfile1.c.

References bf_alloc(), bf_free(), bf_reset(), bf_xclose(), bf_xopen(), and BLOCKS.

Referenced by tst().