OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:db_meth
(Results
1 - 2
of
2
) sorted by null
/external/boringssl/src/crypto/x509v3/
v3_conf.c
156
if(!ctx->db || !ctx->
db_meth
)
390
if(!ctx->db || !ctx->
db_meth
|| !ctx->
db_meth
->get_string)
395
if (ctx->
db_meth
->get_string)
396
return ctx->
db_meth
->get_string(ctx->db, name, section);
402
if(!ctx->db || !ctx->
db_meth
|| !ctx->
db_meth
->get_section)
407
if (ctx->
db_meth
->get_section)
408
return ctx->
db_meth
->get_section(ctx->db, section);
415
if (ctx->
db_meth
->free_string
[
all
...]
/external/boringssl/src/include/openssl/
x509v3.h
133
const X509V3_CONF_METHOD *
db_meth
;
member in struct:v3_ext_ctx
Completed in 125 milliseconds