
Data Fields | |
| char * | name |
| int | flags |
| struct entry * | next |
Definition at line 60 of file jcf-path.c.
| char* entry::name |
Definition at line 62 of file jcf-path.c.
Referenced by add_entry(), free_entry(), jcf_path_name(), and jcf_path_seal().
| int entry::flags |
Definition at line 63 of file jcf-path.c.
Referenced by add_entry(), jcf_path_is_system(), jcf_path_is_zipfile(), and jcf_path_seal().
struct entry* entry::next [read] |
Definition at line 64 of file jcf-path.c.
Referenced by add_entry(), append_entry(), free_entry(), jcf_path_next(), and jcf_path_seal().
1.5.6