Home
last modified time | relevance | path

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

/third_party/node/deps/openssl/openssl/crypto/
H A Dex_data.c340 const EX_CALLBACK *excb; member
349 if (ap->excb == bp->excb) in ex_callback_compare()
352 if (ap->excb == NULL) in ex_callback_compare()
354 if (bp->excb == NULL) in ex_callback_compare()
356 if (ap->excb->priority == bp->excb->priority) in ex_callback_compare()
358 return ap->excb->priority > bp->excb->priority ? -1 : 1; in ex_callback_compare()
390 storage[i].excb in CRYPTO_free_ex_data()
[all...]
/third_party/openssl/crypto/
H 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 in CRYPTO_free_ex_data()
[all...]

Completed in 3 milliseconds