OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:cachedb_env
(Results
1 - 4
of
4
) sorted by relevancy
/src/external/bsd/unbound/dist/cachedb/
cachedb.h
51
struct
cachedb_env
{
struct
76
/** Init(env,
cachedb_env
): false on setup failure */
77
int (*init)(struct module_env*, struct
cachedb_env
*);
80
void (*deinit)(struct module_env*, struct
cachedb_env
*);
82
/** Lookup (env,
cachedb_env
, key, result_buffer): true if found */
83
int (*lookup)(struct module_env*, struct
cachedb_env
*, char*,
86
/** Store (env,
cachedb_env
, key, data, data_len) */
87
void (*store)(struct module_env*, struct
cachedb_env
*, char*,
cachedb.h
51
struct
cachedb_env
{
struct
76
/** Init(env,
cachedb_env
): false on setup failure */
77
int (*init)(struct module_env*, struct
cachedb_env
*);
80
void (*deinit)(struct module_env*, struct
cachedb_env
*);
82
/** Lookup (env,
cachedb_env
, key, result_buffer): true if found */
83
int (*lookup)(struct module_env*, struct
cachedb_env
*, char*,
86
/** Store (env,
cachedb_env
, key, data, data_len) */
87
void (*store)(struct module_env*, struct
cachedb_env
*, char*,
cachedb.c
105
testframe_init(struct module_env* env, struct
cachedb_env
*
cachedb_env
)
111
cachedb_env
->backend_data = (void*)d;
112
if(!
cachedb_env
->backend_data) {
131
testframe_deinit(struct module_env* env, struct
cachedb_env
*
cachedb_env
)
134
cachedb_env
->backend_data;
146
testframe_lookup(struct module_env* env, struct
cachedb_env
*
cachedb_env
,
150
cachedb_env
->backend_data
247
struct
cachedb_env
*
cachedb_env
= (struct
cachedb_env
*)calloc(1,
local
277
struct
cachedb_env
*
cachedb_env
;
local
[
all
...]
cachedb.c
105
testframe_init(struct module_env* env, struct
cachedb_env
*
cachedb_env
)
111
cachedb_env
->backend_data = (void*)d;
112
if(!
cachedb_env
->backend_data) {
131
testframe_deinit(struct module_env* env, struct
cachedb_env
*
cachedb_env
)
134
cachedb_env
->backend_data;
146
testframe_lookup(struct module_env* env, struct
cachedb_env
*
cachedb_env
,
150
cachedb_env
->backend_data
247
struct
cachedb_env
*
cachedb_env
= (struct
cachedb_env
*)calloc(1,
local
277
struct
cachedb_env
*
cachedb_env
;
local
[
all
...]
Completed in 91 milliseconds
Indexes created Tue Feb 24 08:35:24 UTC 2026