Lines Matching refs:f1
233 IPAddressFamily *f1 = NULL; in test_addr_fam_len() local
262 if ((f1 = IPAddressFamily_new()) == NULL) in test_addr_fam_len()
264 if (f1->ipAddressChoice == NULL && in test_addr_fam_len()
265 (f1->ipAddressChoice = IPAddressChoice_new()) == NULL) in test_addr_fam_len()
267 if (f1->addressFamily == NULL && in test_addr_fam_len()
268 (f1->addressFamily = ASN1_OCTET_STRING_new()) == NULL) in test_addr_fam_len()
270 if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen)) in test_addr_fam_len()
274 if (!sk_IPAddressFamily_push(addr, f1)) in test_addr_fam_len()
276 f1 = NULL; in test_addr_fam_len()
290 if ((f1 = IPAddressFamily_new()) == NULL) in test_addr_fam_len()
292 if (f1->ipAddressChoice == NULL && in test_addr_fam_len()
293 (f1->ipAddressChoice = IPAddressChoice_new()) == NULL) in test_addr_fam_len()
295 if (f1->addressFamily == NULL && in test_addr_fam_len()
296 (f1->addressFamily = ASN1_OCTET_STRING_new()) == NULL) in test_addr_fam_len()
298 if (!ASN1_OCTET_STRING_set(f1->addressFamily, key, keylen)) in test_addr_fam_len()
302 f1->ipAddressChoice->type = IPAddressChoice_inherit; in test_addr_fam_len()
305 if (!sk_IPAddressFamily_push(addr, f1)) in test_addr_fam_len()
307 f1 = NULL; in test_addr_fam_len()
316 IPAddressFamily_free(f1); in test_addr_fam_len()