OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:funct_ref
(Results
1 - 5
of
5
) sorted by null
/external/openssl/crypto/rand/
rand_lib.c
69
static ENGINE *
funct_ref
=NULL;
variable
76
if(
funct_ref
)
78
ENGINE_finish(
funct_ref
);
79
funct_ref
= NULL;
102
funct_ref
= e;
127
funct_ref
= engine;
/external/openssl/crypto/engine/
eng_init.c
64
if((e->
funct_ref
== 0) && e->init)
73
e->
funct_ref
++;
92
e->
funct_ref
--;
94
if((e->
funct_ref
== 0) && e->finish)
105
if(e->
funct_ref
< 0)
eng_pkey.c
108
if(e->
funct_ref
== 0)
144
if(e->
funct_ref
== 0)
180
if(e->
funct_ref
== 0)
eng_int.h
86
((isfunct) ? ((e)->
funct_ref
- (diff)) : ((e)->struct_ref - (diff))), \
87
((isfunct) ? (e)->
funct_ref
: (e)->struct_ref), \
194
int
funct_ref
;
member in struct:engine_st
eng_table.c
291
if((ret->
funct_ref
> 0) || !(table_flags & ENGINE_TABLE_FLAG_NOINIT))
Completed in 598 milliseconds