Searched defs:toc_entry (Results 1 – 5 of 5) sorted by relevance
16 typedef struct toc_entry { struct20 } toc_entry_t; argument
206 toc_entry_t *toc_entry; in fill_image_descs() local287 fip_toc_entry_t *toc_entry; in parse_fip() local501 fip_toc_entry_t *toc_entry; in pack_images() local743 toc_entry_t *toc_entry = toc_entries; in create_usage() local856 toc_entry_t *toc_entry = toc_entries; in update_usage() local991 toc_entry_t *toc_entry = toc_entries; in unpack_usage() local1115 toc_entry_t *toc_entry = toc_entries; in remove_usage() local
426 PyObject *toc_entry; in zipimporter_get_data() local475 PyObject *toc_entry; in zipimporter_get_source() local916 get_data(const char *archive, PyObject *toc_entry) in get_data()1180 PyObject *toc_entry; in get_mtime_of_source() local1203 time_t mtime, PyObject *toc_entry) in get_code_from_data()1234 PyObject *toc_entry; in get_module_code() local
81 struct toc_entry { struct82 int32_t type;83 int32_t format;84 int32_t size;85 int32_t offset;
531 def _get_data(archive, toc_entry): argument