#include <stdlib.h>
#include <string.h>
#include "bulcommn.h"
#include "xtabdat8.h"
Go to the source code of this file.
Functions | |
int | create_images_dattab_idx (struct IMAGELIST *images, const char *datfname, const char *tabfname, const int verbose) |
int | read_tabfile_data (struct TABFILE *tabf, const char *srcfname) |
short | write_tabfile_data (const struct TABFILE *tabf, const char *dstfname) |
short | free_tabfile_data (struct TABFILE *tabf) |
short | alloc_datfile_data (struct DATFILE *datf, unsigned long filelength) |
short | read_datfile_data (struct DATFILE *datf, const char *srcfname) |
short | write_datfile_data (const struct DATFILE *datf, const char *dstfname) |
short | free_datfile_data (struct DATFILE *datf) |
int | read_dattab_images (struct IMAGELIST *images, unsigned long *readcount, struct TABFILE *tabf, struct DATFILE *datf, const int verbose) |
int | free_dattab_images (struct IMAGELIST *images) |
int | read_dat_image_idx (struct IMAGEITEM *image, unsigned long *readedsize, const struct DATFILE *datf, const unsigned long off, const unsigned int width, const unsigned int height) |
int | read_dattab_encimages (struct ENCIMAGELIST *images, unsigned long *readcount, const struct TABFILE *tabf, const struct DATFILE *datf, const int verbose) |
int | write_encimages_dattab (const struct ENCIMAGELIST *images, unsigned long *writecount, struct TABFILE *tabf, struct DATFILE *datf) |
short | create_images_dattab_enc (struct ENCIMAGELIST *images, const char *datfname, const char *tabfname, const int verbose) |
short | write_dattab_images_enc (const struct ENCIMAGELIST *images, const char *datfname, const char *tabfname, const int verbose) |
short alloc_datfile_data | ( | struct DATFILE * | datf, | |
unsigned long | filelength | |||
) |
Definition at line 239 of file xtabdat8.c.
Referenced by write_encimages_dattab(), and write_encimages_jtytab().
short create_images_dattab_enc | ( | struct ENCIMAGELIST * | images, | |
const char * | datfname, | |||
const char * | tabfname, | |||
const int | verbose | |||
) |
Definition at line 544 of file xtabdat8.c.
int create_images_dattab_idx | ( | struct IMAGELIST * | images, | |
const char * | datfname, | |||
const char * | tabfname, | |||
const int | verbose | |||
) |
short free_datfile_data | ( | struct DATFILE * | datf | ) |
Definition at line 282 of file xtabdat8.c.
Referenced by create_images_dattab_enc(), create_images_dattab_idx(), create_images_jtytab_enc(), create_images_jtytab_idx(), write_dattab_images_enc(), and write_jtytab_images_enc().
int free_dattab_images | ( | struct IMAGELIST * | images | ) |
short free_tabfile_data | ( | struct TABFILE * | tabf | ) |
Definition at line 230 of file xtabdat8.c.
Referenced by create_images_dattab_enc(), create_images_dattab_idx(), and write_dattab_images_enc().
int read_dat_image_idx | ( | struct IMAGEITEM * | image, | |
unsigned long * | readedsize, | |||
const struct DATFILE * | datf, | |||
const unsigned long | off, | |||
const unsigned int | width, | |||
const unsigned int | height | |||
) |
Definition at line 358 of file xtabdat8.c.
Referenced by read_dattab_images(), and read_jtytab_images().
short read_datfile_data | ( | struct DATFILE * | datf, | |
const char * | srcfname | |||
) |
Definition at line 255 of file xtabdat8.c.
Referenced by create_images_dattab_enc(), create_images_dattab_idx(), create_images_jtytab_enc(), and create_images_jtytab_idx().
int read_dattab_encimages | ( | struct ENCIMAGELIST * | images, | |
unsigned long * | readcount, | |||
const struct TABFILE * | tabf, | |||
const struct DATFILE * | datf, | |||
const int | verbose | |||
) |
int read_tabfile_data | ( | struct TABFILE * | tabf, | |
const char * | srcfname | |||
) |
Definition at line 181 of file xtabdat8.c.
Referenced by create_images_dattab_enc(), and create_images_dattab_idx().
short write_datfile_data | ( | const struct DATFILE * | datf, | |
const char * | dstfname | |||
) |
Definition at line 271 of file xtabdat8.c.
Referenced by write_dattab_images_enc(), and write_jtytab_images_enc().
short write_dattab_images_enc | ( | const struct ENCIMAGELIST * | images, | |
const char * | datfname, | |||
const char * | tabfname, | |||
const int | verbose | |||
) |
Definition at line 628 of file xtabdat8.c.
int write_encimages_dattab | ( | const struct ENCIMAGELIST * | images, | |
unsigned long * | writecount, | |||
struct TABFILE * | tabf, | |||
struct DATFILE * | datf | |||
) |
short write_tabfile_data | ( | const struct TABFILE * | tabf, | |
const char * | dstfname | |||
) |