Home
last modified time | relevance | path

Searched refs:section_value (Results 1 – 2 of 2) sorted by relevance

/external/rust/crates/quiche/deps/boringssl/src/crypto/conf/
Dconf.c382 CONF_VALUE *section_value = get_section(conf, section); in STACK_OF() local
383 if (section_value == NULL) { in STACK_OF()
386 return (STACK_OF(CONF_VALUE)*) section_value->value; in STACK_OF()
/external/boringssl/src/crypto/conf/
Dconf.c382 CONF_VALUE *section_value = get_section(conf, section); in STACK_OF() local
383 if (section_value == NULL) { in STACK_OF()
386 return (STACK_OF(CONF_VALUE)*) section_value->value; in STACK_OF()