HomeSort by relevance Sort by last modified time
    Searched full:section_value (Results 1 - 1 of 1) sorted by null

  /external/boringssl/src/crypto/conf/
conf.c 361 CONF_VALUE *section_value = get_section(conf, section); local
362 if (section_value == NULL) {
365 return (STACK_OF(CONF_VALUE)*) section_value->value;

Completed in 781 milliseconds