Lines Matching defs:s
157 static int mem_init(STORE *s) in mem_init()
162 static void mem_clean(STORE *s) in mem_clean()
167 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type, in mem_generate()
173 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type, in mem_get()
187 static int mem_store(STORE *s, STORE_OBJECT_TYPES type, in mem_store()
194 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type, in mem_modify()
202 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type, in mem_delete()
216 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type, in mem_list_start()
264 static STORE_OBJECT *mem_list_next(STORE *s, void *handle) in mem_list_next()
321 static int mem_list_end(STORE *s, void *handle) in mem_list_end()
335 static int mem_list_endp(STORE *s, void *handle) in mem_list_endp()
344 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[], in mem_lock()
349 static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[], in mem_unlock()
354 static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f)(void)) in mem_ctrl()