OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:engine_list_tail
(Results
1 - 1
of
1
) sorted by null
/external/openssl/crypto/engine/
eng_list.c
67
* incorporates an implicit structural reference but
engine_list_tail
77
static ENGINE *
engine_list_tail
= NULL;
variable
122
if(
engine_list_tail
)
137
if((
engine_list_tail
== NULL) ||
138
(
engine_list_tail
->next != NULL))
144
engine_list_tail
->next = e;
145
e->prev =
engine_list_tail
;
152
engine_list_tail
= e;
185
if(
engine_list_tail
== e)
186
engine_list_tail
= e->prev
[
all
...]
Completed in 133 milliseconds