Searched refs:STORE_OBJECT_TYPES (Results 1 - 2 of 2) sorted by relevance

/freebsd-9.3-release/crypto/openssl/crypto/store/
H A Dstr_mem.c118 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
121 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
124 static int mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data,
126 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
132 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
134 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
181 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
189 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
204 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
212 static int mem_modify(STORE *s, STORE_OBJECT_TYPES typ
[all...]
H A Dstore.h162 } STORE_OBJECT_TYPES; typedef in typeref:enum:STORE_object_types
230 STORE_OBJECT_TYPES type;
357 STORE_OBJECT_TYPES
364 STORE_OBJECT_TYPES type,
367 typedef void *(*STORE_START_OBJECT_FUNC_PTR)(STORE *, STORE_OBJECT_TYPES type,
372 typedef int (*STORE_HANDLE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
375 typedef int (*STORE_STORE_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,
379 typedef int (*STORE_MODIFY_OBJECT_FUNC_PTR) (STORE *, STORE_OBJECT_TYPES type,

Completed in 42 milliseconds