Searched defs:u_archive (Results 1 – 1 of 1) sorted by relevance
43 struct u_archive { struct44 void *handle;46 void * (*open)(const char *name);47 int (*close)(void *handle);49 int (*walk)(void *handle, void *arg,51 int (*has_entry)(void *handle, const char *name);52 int (*read_file)(void *handle, const char *fname,54 int (*write_file)(void *handle, const char *fname,