Searched refs:FREE_IF_NOT_NULL (Results 1 – 3 of 3) sorted by relevance
235 FREE_IF_NOT_NULL(pfval->appFeature); in FreeProfBundle()236 FREE_IF_NOT_NULL(pfval->bundleName); in FreeProfBundle()237 FREE_IF_NOT_NULL(pfval->devCert); in FreeProfBundle()238 FREE_IF_NOT_NULL(pfval->developerId); in FreeProfBundle()239 FREE_IF_NOT_NULL(pfval->releaseCert); in FreeProfBundle()257 FREE_IF_NOT_NULL(pfval->devIdType); in FreeProfDebuginfo()271 FREE_IF_NOT_NULL(pf->versionName); in ProfFreeData()272 FREE_IF_NOT_NULL(pf->uuid); in ProfFreeData()273 FREE_IF_NOT_NULL(pf->type); in ProfFreeData()274 FREE_IF_NOT_NULL(pf->appDistType); in ProfFreeData()[all …]
1029 FREE_IF_NOT_NULL(pf->bundleInfo.devCert); in VerfiyAppSourceGetProfile()1030 FREE_IF_NOT_NULL(pf->bundleInfo.releaseCert); in VerfiyAppSourceGetProfile()
91 #define FREE_IF_NOT_NULL(p) \ macro