Searched refs:struct_ref (Results 1 - 6 of 6) sorted by relevance

/freebsd-11-stable/crypto/openssl/crypto/engine/
H A Deng_list.c145 e->struct_ref++;
192 ret->struct_ref++;
206 ret->struct_ref++;
225 ret->struct_ref++;
245 ret->struct_ref++;
353 iterator->struct_ref++;
404 CRYPTO_add(&e->struct_ref, 1, CRYPTO_LOCK_ENGINE);
H A Deng_int.h89 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
90 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
204 int struct_ref; member in struct:engine_st
209 * (de)allocation of this structure. Hence, running_ref <= struct_ref at
H A Deng_init.c77 e->struct_ref++;
H A Deng_lib.c75 ret->struct_ref = 1;
116 i = CRYPTO_add(&e->struct_ref, -1, CRYPTO_LOCK_ENGINE);
118 i = --e->struct_ref;
H A Dtb_asnmth.c240 fstr.e->struct_ref++;
H A Deng_ctrl.c187 ref_exists = ((e->struct_ref > 0) ? 1 : 0);

Completed in 109 milliseconds