Searched refs:curPI (Results 1 – 1 of 1) sorted by relevance
2459 package_info* curPI = NULL; in applyStyle() local2480 curPI = mPackages[pidx]; in applyStyle()2481 if (curPI == NULL) { in applyStyle()2484 curPI = (package_info*)malloc( in applyStyle()2486 curPI->numTypes = cnt; in applyStyle()2487 memset(curPI->types, 0, cnt*sizeof(type_info)); in applyStyle()2488 mPackages[pidx] = curPI; in applyStyle()2493 if (t >= curPI->numTypes) { in applyStyle()2499 curEntries = curPI->types[t].entries; in applyStyle()2506 curPI->types[t].numEntries = cnt; in applyStyle()[all …]