Searched refs:new_ex (Results 1 – 1 of 1) sorted by relevance
102 X509_EXTENSION *new_ex = NULL; in STACK_OF() local123 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL) in STACK_OF()125 if (!sk_X509_EXTENSION_insert(sk, new_ex, loc)) in STACK_OF()133 X509_EXTENSION_free(new_ex); in STACK_OF()