Home
last modified time | relevance | path

Searched refs:excb (Results 1 – 1 of 1) sorted by relevance

/openssl-master/crypto/
A Dex_data.c338 const EX_CALLBACK *excb; member
347 if (ap->excb == bp->excb) in ex_callback_compare()
350 if (ap->excb == NULL) in ex_callback_compare()
352 if (bp->excb == NULL) in ex_callback_compare()
354 if (ap->excb->priority == bp->excb->priority) in ex_callback_compare()
356 return ap->excb->priority > bp->excb->priority ? -1 : 1; in ex_callback_compare()
388 storage[i].excb = sk_EX_CALLBACK_value(ip->meth, i); in CRYPTO_free_ex_data()
398 f = storage[i].excb; in CRYPTO_free_ex_data()

Completed in 2 milliseconds