OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:db_meth
(Results
1 - 5
of
5
) sorted by null
/external/chromium_org/third_party/boringssl/src/crypto/x509v3/
v3_conf.c
153
if(!ctx->db || !ctx->
db_meth
)
386
if(!ctx->db || !ctx->
db_meth
|| !ctx->
db_meth
->get_string)
391
if (ctx->
db_meth
->get_string)
392
return ctx->
db_meth
->get_string(ctx->db, name, section);
398
if(!ctx->db || !ctx->
db_meth
|| !ctx->
db_meth
->get_section)
403
if (ctx->
db_meth
->get_section)
404
return ctx->
db_meth
->get_section(ctx->db, section);
411
if (ctx->
db_meth
->free_string
[
all
...]
/external/openssl/crypto/x509v3/
v3_conf.c
154
if(!ctx->db || !ctx->
db_meth
)
387
if(!ctx->db || !ctx->
db_meth
|| !ctx->
db_meth
->get_string)
392
if (ctx->
db_meth
->get_string)
393
return ctx->
db_meth
->get_string(ctx->db, name, section);
399
if(!ctx->db || !ctx->
db_meth
|| !ctx->
db_meth
->get_section)
404
if (ctx->
db_meth
->get_section)
405
return ctx->
db_meth
->get_section(ctx->db, section);
412
if (ctx->
db_meth
->free_string
[
all
...]
x509v3.h
136
X509V3_CONF_METHOD *
db_meth
;
member in struct:v3_ext_ctx
/external/chromium_org/third_party/boringssl/src/include/openssl/
x509v3.h
133
X509V3_CONF_METHOD *
db_meth
;
member in struct:v3_ext_ctx
/external/openssl/include/openssl/
x509v3.h
136
X509V3_CONF_METHOD *
db_meth
;
member in struct:v3_ext_ctx
Completed in 3514 milliseconds