Searched refs:numTypes (Results 1 – 2 of 2) sorted by relevance
1278 for (size_t j=0; j<pi->numTypes; j++) { in free_package()1290 sizeof(package_info) + (pi->numTypes*sizeof(type_info))); in copy_package()1291 newpi->numTypes = pi->numTypes; in copy_package()1292 for (size_t j=0; j<newpi->numTypes; j++) { in copy_package()1348 curPI->numTypes = cnt; in applyStyle()1355 if (t >= curPI->numTypes) { in applyStyle()1455 if (t < pi->numTypes) { in getAttribute()1513 for (size_t j=0; j<pi->numTypes; j++) { in dumpToLog()
1783 size_t numTypes; member