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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/timemachine/openssl-0.9.8e/crypto/engine/
H A Deng_int.h86 ((isfunct) ? ((e)->funct_ref - (diff)) : ((e)->struct_ref - (diff))), \
87 ((isfunct) ? (e)->funct_ref : (e)->struct_ref), \
176 int struct_ref; member in struct:engine_st
181 * running_ref <= struct_ref at all times. */
H A Deng_list.c149 e->struct_ref++;
200 ret->struct_ref++;
215 ret->struct_ref++;
237 ret->struct_ref++;
260 ret->struct_ref++;
381 iterator->struct_ref++;
429 CRYPTO_add(&e->struct_ref,1,CRYPTO_LOCK_ENGINE);
H A Deng_init.c72 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 Deng_ctrl.c191 ref_exists = ((e->struct_ref > 0) ? 1 : 0);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl/crypto/engine/
H A Deng_list.c144 e->struct_ref++;
191 ret->struct_ref++;
205 ret->struct_ref++;
224 ret->struct_ref++;
244 ret->struct_ref++;
352 iterator->struct_ref++;
403 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);
/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/openssl-1.0.2h/crypto/engine/
H A Deng_list.c144 e->struct_ref++;
191 ret->struct_ref++;
205 ret->struct_ref++;
224 ret->struct_ref++;
244 ret->struct_ref++;
352 iterator->struct_ref++;
403 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 72 milliseconds