Searched refs:new_ex (Results 1 – 1 of 1) sorted by relevance
104 X509_EXTENSION *new_ex = NULL; in STACK_OF() local127 if ((new_ex = X509_EXTENSION_dup(ex)) == NULL) { in STACK_OF()131 if (!sk_X509_EXTENSION_insert(sk, new_ex, loc)) { in STACK_OF()139 X509_EXTENSION_free(new_ex); in STACK_OF()
Completed in 4 milliseconds