Lines Matching defs:count
87 vli_type count;
108 /* Number of Records (matches block.count in valid files) */
109 vli_type count;
216 * Block count, which are later used to validate the Index field.
274 ++s->block.count;
309 s->index.count = s->vli;
316 if (s->index.count != s->block.count)
333 --s->index.count;
337 } while (s->index.count > 0);