Searched refs:excb (Results 1 – 1 of 1) sorted by relevance
342 const EX_CALLBACK *excb; member351 if (ap->excb == bp->excb) in ex_callback_compare()354 if (ap->excb == NULL) in ex_callback_compare()356 if (bp->excb == NULL) in ex_callback_compare()358 if (ap->excb->priority == bp->excb->priority) in ex_callback_compare()360 return ap->excb->priority > bp->excb->priority ? -1 : 1; in ex_callback_compare()392 storage[i].excb = sk_EX_CALLBACK_value(ip->meth, i); in CRYPTO_free_ex_data()402 f = storage[i].excb; in CRYPTO_free_ex_data()
Completed in 10 milliseconds