Searched refs:transport_count (Results 1 – 1 of 1) sorted by relevance
5143 size_t transport_count = 0; in gather_attrs() local5150 if (transport_count > SIZE_MAX - els) { in gather_attrs()5154 transport_count += els; in gather_attrs()5159 if (transport_count == 0) in gather_attrs()5162 attrs = recallocarray(NULL, 0, transport_count, sizeof (*attrs)); in gather_attrs()5225 size_t transport_count = 0; in gather_info() local5232 if (transport_count > SIZE_MAX - els) { in gather_info()5236 transport_count += els; in gather_info()5241 if (transport_count == 0) in gather_info()5244 info = recallocarray(NULL, 0, transport_count, sizeof (*info)); in gather_info()[all …]