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

/bind-9.6-ESV-R11/bin/tests/
H A Ddb_test.c67 static dbinfo * cache_dbi = NULL; variable
124 if (cache_dbi == NULL)
126 return (cache_dbi);
294 INSIST(cache_dbi == NULL);
296 cache_dbi = dbi;
318 INSIST(dbi == cache_dbi);
320 cache_dbi = NULL;

Completed in 1716 milliseconds