OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:err_fns
(Results
1 - 8
of
8
) sorted by null
/external/chromium_org/third_party/openssl/openssl/crypto/err/
err.c
226
/* Define the predeclared (but externally opaque) "
ERR_FNS
" type */
257
/* The static
ERR_FNS
table using these defaults functions */
258
static const
ERR_FNS
err_defaults =
273
/* The replacable table of
ERR_FNS
functions we use at run-time */
274
static const
ERR_FNS
*
err_fns
= NULL;
variable
277
#define ERRFN(a)
err_fns
->cb_##a
289
/* Internal function that checks whether "
err_fns
" is set and if not, sets it to
293
if (
err_fns
) return;
296
if (!
err_fns
)
[
all
...]
/external/openssl/crypto/err/
err.c
226
/* Define the predeclared (but externally opaque) "
ERR_FNS
" type */
257
/* The static
ERR_FNS
table using these defaults functions */
258
static const
ERR_FNS
err_defaults =
273
/* The replacable table of
ERR_FNS
functions we use at run-time */
274
static const
ERR_FNS
*
err_fns
= NULL;
variable
277
#define ERRFN(a)
err_fns
->cb_##a
289
/* Internal function that checks whether "
err_fns
" is set and if not, sets it to
293
if (
err_fns
) return;
296
if (!
err_fns
)
[
all
...]
/external/chromium_org/third_party/openssl/openssl/crypto/engine/
engine.h
672
const
ERR_FNS
*
err_fns
member in struct:st_dynamic_fns
[
all
...]
eng_dyn.c
503
fns.
err_fns
= ERR_get_implementation();
/external/chromium_org/third_party/openssl/openssl/include/openssl/
engine.h
672
const
ERR_FNS
*
err_fns
member in struct:st_dynamic_fns
[
all
...]
/external/openssl/crypto/engine/
engine.h
672
const
ERR_FNS
*
err_fns
member in struct:st_dynamic_fns
[
all
...]
eng_dyn.c
503
fns.
err_fns
= ERR_get_implementation();
/external/openssl/include/openssl/
engine.h
672
const
ERR_FNS
*
err_fns
member in struct:st_dynamic_fns
[
all
...]
Completed in 242 milliseconds