Home
last modified time | relevance | path

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

/netbsd-src/external/bsd/unbound/dist/cachedb/
H A Dcachedb.c206 static struct cachedb_backend testframe_backend = { "testframe", variable
218 if(strcmp(str, testframe_backend.name) == 0) in cachedb_find_backend()
219 return &testframe_backend; in cachedb_find_backend()
673 if(cde->backend == &testframe_backend) { in cachedb_intcache_lookup()