Searched refs:FREE_IF_NOT_NULL (Results 1 – 3 of 3) sorted by relevance
237 FREE_IF_NOT_NULL(pfval->appFeature); in FreeProfBundle()238 FREE_IF_NOT_NULL(pfval->bundleName); in FreeProfBundle()239 FREE_IF_NOT_NULL(pfval->devCert); in FreeProfBundle()240 FREE_IF_NOT_NULL(pfval->developerId); in FreeProfBundle()259 FREE_IF_NOT_NULL(pfval->devIdType); in FreeProfDebuginfo()273 FREE_IF_NOT_NULL(pf->versionName); in ProfFreeData()274 FREE_IF_NOT_NULL(pf->uuid); in ProfFreeData()275 FREE_IF_NOT_NULL(pf->type); in ProfFreeData()276 FREE_IF_NOT_NULL(pf->appDistType); in ProfFreeData()280 FREE_IF_NOT_NULL(pf->issuer); 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