Lines Matching defs:value
43 static int int_engine_configure(const char *name, const char *value, const CONF *cnf)
57 ecmds = NCONF_get_section(cnf, value);
67 ctrlvalue = ecmd->value;
106 * Allow "EMPTY" to mean no value: this allows a valid "value" to
112 if (!NCONF_get_number_e(cnf, value, "init", &do_init))
140 "section=%s, name=%s, value=%s",
141 ecmd->section, ecmd->name, ecmd->value);
152 OSSL_TRACE2(CONF, "Called engine module: name %s, value %s\n",
164 if (!int_engine_configure(cval->name, cval->value, cnf))