|
The SWORD Project
1.9.0.svnversion
|
#include <stdio.h>#include <stdlib.h>#include <string.h>#include <ctype.h>#include <io.h>#include <fcntl.h>#include <versekey.h>#include <filemgr.h>
Include dependency graph for gbfidx.cpp:Go to the source code of this file.
Functions | |
| void | checkparams (int argc, char **argv) |
| char | findbreak (int fp, long *offset, int *num1, int *num2, int *rangemax, short *size) |
| int | main (int argc, char **argv) |
| void | openfiles (char *fname) |
| char | startchap (char *buf) |
| char | startentry (char *buf) |
| void | writeidx (VerseKey &key1, VerseKey &key2, VerseKey &key3, long offset, short size) |
Variables | |
| int | bfp |
| int | cfp |
| long | chapoffset |
| short | chapsize |
| int | fp |
| VerseKey | key1 |
| VerseKey | key2 |
| VerseKey | key3 |
| char | testmnt |
| int | vfp |
| void checkparams | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 298 of file gbfidx.cpp.
| char findbreak | ( | int | fp, |
| long * | offset, | ||
| int * | num1, | ||
| int * | num2, | ||
| int * | rangemax, | ||
| short * | size | ||
| ) |
Definition at line 201 of file gbfidx.cpp.
| int main | ( | int | argc, |
| char ** | argv | ||
| ) |
Definition at line 55 of file gbfidx.cpp.
| void openfiles | ( | char * | fname | ) |
Definition at line 269 of file gbfidx.cpp.
| char startchap | ( | char * | buf | ) |
Definition at line 157 of file gbfidx.cpp.
| char startentry | ( | char * | buf | ) |
Definition at line 179 of file gbfidx.cpp.
Definition at line 123 of file gbfidx.cpp.
| int bfp |
Definition at line 49 of file gbfidx.cpp.
| int cfp |
Definition at line 49 of file gbfidx.cpp.
| long chapoffset |
Definition at line 50 of file gbfidx.cpp.
| short chapsize |
Definition at line 51 of file gbfidx.cpp.
| int fp |
Definition at line 49 of file gbfidx.cpp.
| VerseKey key1 |
Definition at line 48 of file gbfidx.cpp.
| VerseKey key2 |
Definition at line 48 of file gbfidx.cpp.
| VerseKey key3 |
Definition at line 48 of file gbfidx.cpp.
| char testmnt |
Definition at line 52 of file gbfidx.cpp.
| int vfp |
Definition at line 49 of file gbfidx.cpp.