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

/openbsd-current/usr.sbin/unbound/cachedb/
H A Dcachedb.c208 static struct cachedb_backend testframe_backend = { "testframe", variable in typeref:struct:cachedb_backend
220 if(strcmp(str, testframe_backend.name) == 0)
221 return &testframe_backend;
699 if(cde->backend == &testframe_backend) {

Completed in 116 milliseconds