Add embedded dictionary
This commit is contained in:
parent
5077ef670b
commit
2ac92827bc
8 changed files with 103204 additions and 58845 deletions
|
|
@ -113,6 +113,11 @@ typedef struct global {
|
|||
TypeDicSeg Jpeepidx;
|
||||
} Global;
|
||||
|
||||
typedef struct vfile {
|
||||
u_char* buffer;
|
||||
u_int size;
|
||||
} VFile;
|
||||
|
||||
typedef struct dictfile {
|
||||
DICT dict;
|
||||
int refcnt;
|
||||
|
|
@ -120,6 +125,7 @@ typedef struct dictfile {
|
|||
fd_set lock;
|
||||
#endif
|
||||
FILE* fp;
|
||||
VFile vf;
|
||||
int fd;
|
||||
|
||||
u_char* buffer;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue