Searched refs:gtmp (Results 1 – 3 of 3) sorted by relevance
130 GENERAL_NAMES *gens, *gtmp; variable142 gtmp = X509_REVOKED_get_ext_d2i(rev, 145 if (!gtmp && (j != -1))151 if (gtmp)153 gens = gtmp;160 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
135 GENERAL_NAMES *gens, *gtmp; variable147 gtmp = X509_REVOKED_get_ext_d2i(rev, 150 if (!gtmp && (j != -1))156 if (gtmp)158 gens = gtmp;165 if (!sk_GENERAL_NAMES_push(crl->issuers, gtmp))
1276 genfs_t *g, *gtmp; in policydb_destroy() local1333 gtmp = g; in policydb_destroy()1335 free(gtmp); in policydb_destroy()