Home | History | Annotate | Download | only in conf

Lines Matching refs:CONF_IMODULE

108 static STACK_OF(CONF_IMODULE) *initialized_modules = NULL;
111 static void module_finish(CONF_IMODULE *imod);
352 CONF_IMODULE *imod = NULL;
355 imod = OPENSSL_malloc(sizeof(CONF_IMODULE));
458 CONF_IMODULE *imod;
470 static void module_finish(CONF_IMODULE *imod)
499 const char *CONF_imodule_get_name(const CONF_IMODULE *md)
504 const char *CONF_imodule_get_value(const CONF_IMODULE *md)
509 void *CONF_imodule_get_usr_data(const CONF_IMODULE *md)
514 void CONF_imodule_set_usr_data(CONF_IMODULE *md, void *usr_data)
519 CONF_MODULE *CONF_imodule_get_module(const CONF_IMODULE *md)
524 unsigned long CONF_imodule_get_flags(const CONF_IMODULE *md)
529 void CONF_imodule_set_flags(CONF_IMODULE *md, unsigned long flags)