Searched refs:tempaddr (Results 1 – 1 of 1) sorted by relevance
57 krb5_address ** tempaddr; in krb5_copy_addresses() local68 if (!(tempaddr = (krb5_address **) calloc(nelems+1, sizeof(*tempaddr)))) in krb5_copy_addresses()72 retval = krb5_copy_addr(context, inaddr[nelems], &tempaddr[nelems]); in krb5_copy_addresses()74 krb5_free_addresses(context, tempaddr); in krb5_copy_addresses()79 *outaddr = tempaddr; in krb5_copy_addresses()96 krb5_address ** tempaddr;109 tempaddr = (krb5_address **) realloc((char *)*outaddr,110 (nelems + norigelems + 1) * sizeof(*tempaddr));111 if (!tempaddr)115 *outaddr = tempaddr;[all …]