OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:engine_list_head
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
eng_list.c
66
/* The linked-list of pointers to engine types.
engine_list_head
70
* list (or
engine_list_head
itself). In the same way, the use of the
73
*
engine_list_head
, and each non-null "next" pointer account for
76
static ENGINE *
engine_list_head
= NULL;
variable
84
ENGINE *iterator =
engine_list_head
;
89
iterator =
engine_list_head
;
107
iterator =
engine_list_head
;
119
if(
engine_list_head
== NULL)
128
engine_list_head
= e;
168
iterator =
engine_list_head
;
[
all
...]
/external/openssl/crypto/engine/
eng_list.c
66
/* The linked-list of pointers to engine types.
engine_list_head
70
* list (or
engine_list_head
itself). In the same way, the use of the
73
*
engine_list_head
, and each non-null "next" pointer account for
76
static ENGINE *
engine_list_head
= NULL;
variable
84
ENGINE *iterator =
engine_list_head
;
89
iterator =
engine_list_head
;
107
iterator =
engine_list_head
;
119
if(
engine_list_head
== NULL)
128
engine_list_head
= e;
168
iterator =
engine_list_head
;
[
all
...]
Completed in 167 milliseconds