Lines Matching refs:STORE

121 static int mem_init(STORE *s);
122 static void mem_clean(STORE *s);
123 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
126 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
129 static int mem_store(STORE *s, STORE_OBJECT_TYPES type, STORE_OBJECT *data,
131 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
137 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
139 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
142 static STORE_OBJECT *mem_list_next(STORE *s, void *handle);
143 static int mem_list_end(STORE *s, void *handle);
144 static int mem_list_endp(STORE *s, void *handle);
145 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
147 static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[],
149 static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f) (void));
176 static int mem_init(STORE *s)
181 static void mem_clean(STORE *s)
186 static STORE_OBJECT *mem_generate(STORE *s, STORE_OBJECT_TYPES type,
194 static STORE_OBJECT *mem_get(STORE *s, STORE_OBJECT_TYPES type,
209 static int mem_store(STORE *s, STORE_OBJECT_TYPES type,
217 static int mem_modify(STORE *s, STORE_OBJECT_TYPES type,
228 static int mem_delete(STORE *s, STORE_OBJECT_TYPES type,
243 static void *mem_list_start(STORE *s, STORE_OBJECT_TYPES type,
288 static STORE_OBJECT *mem_list_next(STORE *s, void *handle)
342 static int mem_list_end(STORE *s, void *handle)
357 static int mem_list_endp(STORE *s, void *handle)
368 static int mem_lock(STORE *s, OPENSSL_ITEM attributes[],
374 static int mem_unlock(STORE *s, OPENSSL_ITEM attributes[],
380 static int mem_ctrl(STORE *s, int cmd, long l, void *p, void (*f) (void))