[sword-cvs] sword/include rawstr4.h,1.8,1.9 zstr.h,1.6,1.7
sword@www.crosswire.org
sword@www.crosswire.org
Thu, 27 Feb 2003 00:39:39 -0700
- Previous message: [sword-cvs] sword/src/modules/filters gbfosis.cpp,1.13,1.14 latin1utf16.cpp,1.6,1.7 latin1utf8.cpp,1.11,1.12 osismorph.cpp,1.2,1.3 osisstrongs.cpp,1.2,1.3 thmlosis.cpp,1.22,1.23 unicodertf.cpp,1.11,1.12 utf8greekaccents.cpp,1.6,1.7 utf8utf16.cpp,1.7,1.8
- Next message: [sword-cvs] sword/src/modules/comments/zcom zcom.cpp,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]
Update of /usr/local/cvsroot/sword/include
In directory www:/tmp/cvs-serv29516/include
Modified Files:
rawstr4.h zstr.h
Log Message:
no message
Index: rawstr4.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/rawstr4.h,v
retrieving revision 1.8
retrieving revision 1.9
diff -C2 -d -r1.8 -r1.9
*** rawstr4.h 1 Oct 2002 19:52:40 -0000 1.8
--- rawstr4.h 27 Feb 2003 07:39:37 -0000 1.9
***************
*** 27,31 ****
#include <filemgr.h>
!
#include <defs.h>
--- 27,31 ----
#include <filemgr.h>
! #include <swbuf.h>
#include <defs.h>
***************
*** 40,55 ****
FileDesc *idxfd;
FileDesc *datfd;
! void preptext(char *buf);
! void setText(const char *key, const char *buf, long len = -1);
! void linkentry(const char *destkey, const char *srckey);
public:
char nl;
RawStr4(const char *ipath, int fileMode = -1);
virtual ~RawStr4();
! void getidxbuf(long ioffset, char **buf);
! void getidxbufdat(long ioffset, char **buf);
! signed char findoffset(const char *key, long *start, unsigned long *size,
long away = 0, long *idxoff = 0);
! void readtext(long start, unsigned long *size, char **idxbuf, char **buf);
static signed char createModule(const char *path);
};
--- 40,55 ----
FileDesc *idxfd;
FileDesc *datfd;
! void prepText(SWBuf &buf);
! void doSetText(const char *key, const char *buf, long len = -1);
! void doLinkEntry(const char *destkey, const char *srckey);
public:
char nl;
RawStr4(const char *ipath, int fileMode = -1);
virtual ~RawStr4();
! void getIDXBuf(long ioffset, char **buf);
! void getIDXBufDat(long ioffset, char **buf);
! signed char findOffset(const char *key, long *start, unsigned long *size,
long away = 0, long *idxoff = 0);
! void readText(long start, unsigned long *size, char **idxbuf, SWBuf &buf);
static signed char createModule(const char *path);
};
Index: zstr.h
===================================================================
RCS file: /usr/local/cvsroot/sword/include/zstr.h,v
retrieving revision 1.6
retrieving revision 1.7
diff -C2 -d -r1.6 -r1.7
*** zstr.h 1 Oct 2002 19:52:40 -0000 1.6
--- zstr.h 27 Feb 2003 07:39:37 -0000 1.7
***************
*** 27,31 ****
#include <filemgr.h>
!
#include <defs.h>
--- 27,31 ----
#include <filemgr.h>
! #include <swbuf.h>
#include <defs.h>
***************
*** 57,61 ****
void getCompressedText(long block, long entry, char **buf);
void flushCache();
! void prepText(char *buf);
void getKeyFromDatOffset(long ioffset, char **buf);
void getKeyFromIdxOffset(long ioffset, char **buf);
--- 57,61 ----
void getCompressedText(long block, long entry, char **buf);
void flushCache();
! void prepText(SWBuf &buf);
void getKeyFromDatOffset(long ioffset, char **buf);
void getKeyFromIdxOffset(long ioffset, char **buf);
- Previous message: [sword-cvs] sword/src/modules/filters gbfosis.cpp,1.13,1.14 latin1utf16.cpp,1.6,1.7 latin1utf8.cpp,1.11,1.12 osismorph.cpp,1.2,1.3 osisstrongs.cpp,1.2,1.3 thmlosis.cpp,1.22,1.23 unicodertf.cpp,1.11,1.12 utf8greekaccents.cpp,1.6,1.7 utf8utf16.cpp,1.7,1.8
- Next message: [sword-cvs] sword/src/modules/comments/zcom zcom.cpp,1.26,1.27
- Messages sorted by:
[ date ]
[ thread ]
[ subject ]
[ author ]