Home
last modified time | relevance | path

Searched refs:testframe_backend (Results 1 – 1 of 1) sorted by relevance

/freebsd/contrib/unbound/cachedb/
H A Dcachedb.c208 static struct cachedb_backend testframe_backend = { "testframe", variable
220 if(strcmp(str, testframe_backend.name) == 0) in cachedb_find_backend()
221 return &testframe_backend; in cachedb_find_backend()
702 if(cde->backend == &testframe_backend) { in cachedb_intcache_lookup()