Lines Matching defs:sm

90 int STORE_method_set_initialise_function(STORE_METHOD *sm,  in STORE_method_set_initialise_function()
97 int STORE_method_set_cleanup_function(STORE_METHOD *sm, in STORE_method_set_cleanup_function()
104 int STORE_method_set_generate_function(STORE_METHOD *sm, in STORE_method_set_generate_function()
112 int STORE_method_set_get_function(STORE_METHOD *sm, in STORE_method_set_get_function()
119 int STORE_method_set_store_function(STORE_METHOD *sm, in STORE_method_set_store_function()
126 int STORE_method_set_modify_function(STORE_METHOD *sm, in STORE_method_set_modify_function()
133 int STORE_method_set_revoke_function(STORE_METHOD *sm, in STORE_method_set_revoke_function()
140 int STORE_method_set_delete_function(STORE_METHOD *sm, in STORE_method_set_delete_function()
147 int STORE_method_set_list_start_function(STORE_METHOD *sm, in STORE_method_set_list_start_function()
155 int STORE_method_set_list_next_function(STORE_METHOD *sm, in STORE_method_set_list_next_function()
163 int STORE_method_set_list_end_function(STORE_METHOD *sm, in STORE_method_set_list_end_function()
170 int STORE_method_set_update_store_function(STORE_METHOD *sm, in STORE_method_set_update_store_function()
177 int STORE_method_set_lock_store_function(STORE_METHOD *sm, in STORE_method_set_lock_store_function()
184 int STORE_method_set_unlock_store_function(STORE_METHOD *sm, in STORE_method_set_unlock_store_function()
191 int STORE_method_set_ctrl_function(STORE_METHOD *sm, in STORE_method_set_ctrl_function()
199 *sm) in STORE_method_get_initialise_function()
204 STORE_CLEANUP_FUNC_PTR STORE_method_get_cleanup_function(STORE_METHOD *sm) in STORE_method_get_cleanup_function()
210 *sm) in STORE_method_get_generate_function()
215 STORE_GET_OBJECT_FUNC_PTR STORE_method_get_get_function(STORE_METHOD *sm) in STORE_method_get_get_function()
220 STORE_STORE_OBJECT_FUNC_PTR STORE_method_get_store_function(STORE_METHOD *sm) in STORE_method_get_store_function()
226 *sm) in STORE_method_get_modify_function()
232 *sm) in STORE_method_get_revoke_function()
238 *sm) in STORE_method_get_delete_function()
244 *sm) in STORE_method_get_list_start_function()
250 *sm) in STORE_method_get_list_next_function()
255 STORE_END_OBJECT_FUNC_PTR STORE_method_get_list_end_function(STORE_METHOD *sm) in STORE_method_get_list_end_function()
261 *sm) in STORE_method_get_update_store_function()
266 STORE_GENERIC_FUNC_PTR STORE_method_get_lock_store_function(STORE_METHOD *sm) in STORE_method_get_lock_store_function()
272 *sm) in STORE_method_get_unlock_store_function()
277 STORE_CTRL_FUNC_PTR STORE_method_get_ctrl_function(STORE_METHOD *sm) in STORE_method_get_ctrl_function()