X-Git-Url: http://git.indexdata.com/?a=blobdiff_plain;f=index%2Findex.h;h=e6565da8e9b338a3d2237d11d5cf2da58be6b81a;hb=27742a4ea82e9b3494c166203b06d1d7c48da923;hp=aa33cc54ebcd3a8637dd2b88837fbdc25f1d9fab;hpb=fc83d98d346711f446d9f9a29cc2ff0eee398053;p=idzebra-moved-to-github.git diff --git a/index/index.h b/index/index.h index aa33cc5..e6565da 100644 --- a/index/index.h +++ b/index/index.h @@ -1,4 +1,4 @@ -/* $Id: index.h,v 1.165 2006-05-30 13:21:14 adam Exp $ +/* $Id: index.h,v 1.166 2006-05-30 13:44:44 adam Exp $ Copyright (C) 1995-2005 Index Data ApS @@ -148,25 +148,6 @@ void zebra_lock_prefix (Res res, char *dst); int key_SU_decode (int *ch, const unsigned char *out); int key_SU_encode (int ch, char *out); -#define ENCODE_BUFLEN 768 -struct encode_info { - int sysno; /* previously written values for delta-compress */ - int seqno; - int cmd; - int prevsys; /* buffer for skipping insert/delete pairs */ - int prevseq; - int prevcmd; - int keylen; /* tells if we have an unwritten key in buf, and how long*/ - void *encode_handle; - void *decode_handle; - char buf[ENCODE_BUFLEN]; -}; - -void encode_key_init (struct encode_info *i); -char *encode_key_int (int d, char *bp); -void encode_key_write (char *k, struct encode_info *i, FILE *outf); -void encode_key_flush (struct encode_info *i, FILE *outf); - typedef struct zebra_set *ZebraSet; typedef struct zebra_rank_class {