Home | History | Annotate | Download | only in tzcode

Lines Matching defs:id_count

2216   size_t id_count = (ntohl(header.data_offset) - ntohl(header.index_offset)) / sizeof(struct index_entry_t);
2218 for (size_t i = 0; i < id_count; ++i) {