Lines Matching refs:empty
22 * The built-in "version", "hostname", "id", "authors" and "empty" databases.
226 if (strcmp(argv[0], "empty") == 0) {
240 else if (strcmp(argv[0], "empty") == 0) {
241 builtin_t *empty;
248 empty = isc_mem_get(ns_g_mctx, sizeof(*empty));
251 if (empty == NULL || server == NULL || contact == NULL) {
257 if (empty != NULL)
258 isc_mem_put(ns_g_mctx, empty, sizeof (*empty));
260 memmove(empty, &empty_builtin, sizeof (empty_builtin));
261 empty->server = server;
262 empty->contact = contact;
263 *dbdata = empty;