Searched refs:store_meth (Results 1 – 6 of 6) sorted by relevance
77 if(e->store_meth) in ENGINE_register_STORE()95 if(e->store_meth)115 return e->store_meth; in ENGINE_get_STORE()119 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth) in ENGINE_set_STORE() argument121 e->store_meth = store_meth; in ENGINE_set_STORE()
336 dest->store_meth = src->store_meth; in engine_cpy()
158 const STORE_METHOD *store_meth; member
92 e->store_meth = NULL; in engine_set_all_null()
455 int ENGINE_set_STORE(ENGINE *e, const STORE_METHOD *store_meth);