Searched defs:cache_dbi (Results 1 - 1 of 1) sorted by relevance

/bind-9.11.3/bin/tests/
H A Ddb_test.c59 static dbinfo * cache_dbi = NULL; variable
116 if (cache_dbi == NULL)
118 return (cache_dbi);
285 INSIST(cache_dbi == NULL);
287 cache_dbi = dbi;
310 INSIST(dbi == cache_dbi);
312 cache_dbi = NULL;

Completed in 13 milliseconds