HomeSort by relevance Sort by last modified time
    Searched refs:vsection (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/openssl/openssl/crypto/conf/
conf_mod.c 129 char *vsection = NULL; local
137 vsection = NCONF_get_string(cnf, NULL, appname);
139 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION)))
140 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
142 if (!vsection)
148 values = NCONF_get_section(cnf, vsection);
  /external/openssl/crypto/conf/
conf_mod.c 129 char *vsection = NULL; local
137 vsection = NCONF_get_string(cnf, NULL, appname);
139 if (!appname || (!vsection && (flags & CONF_MFLAGS_DEFAULT_SECTION)))
140 vsection = NCONF_get_string(cnf, NULL, "openssl_conf");
142 if (!vsection)
148 values = NCONF_get_section(cnf, vsection);

Completed in 195 milliseconds