Go to the source code of this file.
Functions | |
void | register_pages (void) |
void | unregister_pages (void) |
int | emb_init (void) |
int | emb_term (void) |
int | emb_register (embres_t *res) |
int | emb_unregister (embres_t *res) |
int | emb_lookup (const char *filename, embres_t **pr) |
int | emb_count (void) |
int | emb_getn (size_t n, embres_t **pr) |
int | emb_open (const char *file, io_t **pio) |
|
|
|
Definition at line 112 of file emb.c. References embres_t. |
|
Definition at line 24 of file emb.c. References register_pages(). Referenced by app_init(). |
|
Definition at line 79 of file emb.c. References embres_t, and embres_s::filename. Referenced by emb_open(). |
|
Definition at line 133 of file emb.c. References codec_free(), codec_gzip_create(), codec_t, emb_lookup(), embfile_t, embres_t, ET_FILE, GZIP_UNCOMPRESS, io_codec_add_tail(), io_mem_create(), io_t, and embres_s::type. Referenced by app_init(). |
|
Definition at line 49 of file emb.c. References embfile_t, embres_t, embres_s::filename, and embres_s::type. |
|
Definition at line 38 of file emb.c. References unregister_pages(). Referenced by app_term(). |
|
Definition at line 67 of file emb.c. References embres_t. |
|
Referenced by emb_init(). |
|
Referenced by emb_term(). |