Lines Matching refs:locrecent

154 	+ GET (head.locrectab_size) * sizeof (struct locrecent)));  in create_archive()
240 struct locrecent *locrec;
246 struct locrecent *la = ((const struct oldlocrecent *) a)->locrec; in oldlocrecentcmp()
247 struct locrecent *lb = ((const struct oldlocrecent *) b)->locrec; in oldlocrecentcmp()
409 * sizeof (struct locrecent)))); in enlarge_archive()
481 = (struct locrecent *) ((char *) ah->addr in enlarge_archive()
493 struct locrecent *oldlocrec = oldlocrecarray[cnt].locrec; in enlarge_archive()
814 struct locrecent *locrecent in add_alias() local
815 = (struct locrecent *) ((char *) ah->addr in add_alias()
817 INC (locrecent->refs, -1); in add_alias()
853 struct locrecent *locrecent; in add_locale() local
938 locrecent in add_locale()
939 = (struct locrecent *) ((char *) ah->addr in add_locale()
943 if (GET (locrecent[iloc].refs) != 0 in add_locale()
944 && (GET (locrecent[iloc].record[cnt].offset) in add_locale()
949 && data[cnt].size == GET (locrecent[iloc].record[cnt].len) in add_locale()
1094 * sizeof (struct locrecent)))); in add_locale()
1096 locrecent = (struct locrecent *) ((char *) ah->addr in add_locale()
1098 SET (locrecent->refs, 1); in add_locale()
1105 locrecent = (struct locrecent *) ((char *) ah->addr in add_locale()
1107 if (GET (locrecent->refs) > 1) in add_locale()
1109 INC (locrecent->refs, -1); in add_locale()
1112 * sizeof (struct locrecent)))); in add_locale()
1114 locrecent in add_locale()
1115 = (struct locrecent *) ((char *) ah->addr in add_locale()
1117 SET (locrecent->refs, 1); in add_locale()
1124 SET (locrecent->record[cnt].offset, file_offsets[cnt]); in add_locale()
1125 SET (locrecent->record[cnt].len, data[cnt].size); in add_locale()
1683 struct locrecent *locrec; in show_archive_content()
1686 locrec = (struct locrecent *) ((char *) ah.addr in show_archive_content()
1713 struct locrecent *locrec; in show_archive_content()
1716 locrec = (struct locrecent *) ((char *) ah.addr in show_archive_content()