Searched refs:curPI (Results 1 – 1 of 1) sorted by relevance
3068 package_info* curPI = NULL; in applyStyle() local3089 curPI = mPackages[pidx]; in applyStyle()3090 if (curPI == NULL) { in applyStyle()3092 curPI = (package_info*)malloc(sizeof(package_info)); in applyStyle()3093 memset(curPI, 0, sizeof(*curPI)); in applyStyle()3094 mPackages[pidx] = curPI; in applyStyle()3105 curEntries = curPI->types[t].entries; in applyStyle()3112 curPI->types[t].numEntries = cnt; in applyStyle()3113 curPI->types[t].entries = curEntries; in applyStyle()3115 numEntries = curPI->types[t].numEntries; in applyStyle()