xtabjty.c File Reference
#include <stdlib.h>
#include <string.h>
#include "bulcommn.h"
#include "memfile.h"
#include "xtabjty.h"
#include "xtabdat8.h"
Go to the source code of this file.
|
Functions |
short | create_images_jtytab_enc (struct ENCIMAGELIST *images, const char *jtyfname, const char *tabfname, const int verbose) |
short | write_jtytab_images_enc (const struct ENCIMAGELIST *images, const char *jtyfname, const char *tabfname, const int verbose) |
short | create_images_jtytab_idx (struct IMAGELIST *images, const char *jtyfname, const char *tabfname, int verbose) |
short | read_jtytabfile_data (struct JTYTABFILE *jtabf, const char *srcfname) |
short | write_jtytabfile_data (const struct JTYTABFILE *jtabf, const char *dstfname) |
short | alloc_jtytabfile_data (struct JTYTABFILE *jtabf, long count) |
short | free_jtytabfile_data (struct JTYTABFILE *jtabf) |
int | read_jtytab_encimages (struct ENCIMAGELIST *images, unsigned long *readcount, const struct JTYTABFILE *jtabf, const struct DATFILE *jtyf, const int verbose) |
int | write_encimages_jtytab (const struct ENCIMAGELIST *images, unsigned long *writecount, struct JTYTABFILE *jtabf, struct DATFILE *jtyf) |
short | free_dattab_encimages (struct ENCIMAGELIST *images) |
short | switch_encimage_entries (struct ENCIMAGELIST *images, unsigned long idx1, unsigned long idx2) |
int | read_jtytab_images (struct IMAGELIST *images, unsigned long *readcount, const struct JTYTABFILE *jtabf, const struct DATFILE *jtyf, const int verbose) |
short | switch_jtytabfile_entries (struct JTYTABFILE *jtabf, unsigned long idx1, unsigned long idx2) |
Function Documentation
short alloc_jtytabfile_data |
( |
struct JTYTABFILE * |
jtabf, |
|
|
long |
count | |
|
) |
| | |
short create_images_jtytab_enc |
( |
struct ENCIMAGELIST * |
images, |
|
|
const char * |
jtyfname, |
|
|
const char * |
tabfname, |
|
|
const int |
verbose | |
|
) |
| | |
short create_images_jtytab_idx |
( |
struct IMAGELIST * |
images, |
|
|
const char * |
jtyfname, |
|
|
const char * |
tabfname, |
|
|
int |
verbose | |
|
) |
| | |
short free_dattab_encimages |
( |
struct ENCIMAGELIST * |
images |
) |
|
short free_jtytabfile_data |
( |
struct JTYTABFILE * |
jtabf |
) |
|
int read_jtytab_encimages |
( |
struct ENCIMAGELIST * |
images, |
|
|
unsigned long * |
readcount, |
|
|
const struct JTYTABFILE * |
jtabf, |
|
|
const struct DATFILE * |
jtyf, |
|
|
const int |
verbose | |
|
) |
| | |
int read_jtytab_images |
( |
struct IMAGELIST * |
images, |
|
|
unsigned long * |
readcount, |
|
|
const struct JTYTABFILE * |
jtabf, |
|
|
const struct DATFILE * |
jtyf, |
|
|
const int |
verbose | |
|
) |
| | |
short read_jtytabfile_data |
( |
struct JTYTABFILE * |
jtabf, |
|
|
const char * |
srcfname | |
|
) |
| | |
short switch_encimage_entries |
( |
struct ENCIMAGELIST * |
images, |
|
|
unsigned long |
idx1, |
|
|
unsigned long |
idx2 | |
|
) |
| | |
short switch_jtytabfile_entries |
( |
struct JTYTABFILE * |
jtabf, |
|
|
unsigned long |
idx1, |
|
|
unsigned long |
idx2 | |
|
) |
| | |
short write_jtytab_images_enc |
( |
const struct ENCIMAGELIST * |
images, |
|
|
const char * |
jtyfname, |
|
|
const char * |
tabfname, |
|
|
const int |
verbose | |
|
) |
| | |
short write_jtytabfile_data |
( |
const struct JTYTABFILE * |
jtabf, |
|
|
const char * |
dstfname | |
|
) |
| | |