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

/bind-9.11.3/contrib/dlz/example/
H A Ddlz_example.c74 const char *single[] = { "soa", "cname", NULL }; local
77 for (i = 0; single[i]; i++) {
78 if (strcasecmp(single[i], type) == 0) {
93 isc_boolean_t single = single_valued(type); local
104 if (!single && strcasecmp(list[i].data, data) != 0)
347 * this; it will move onto the next database after a single query.
/bind-9.11.3/bin/tests/system/dlzexternal/
H A Ddriver.c77 const char *single[] = { "soa", "cname", NULL }; local
80 for (i = 0; single[i]; i++) {
81 if (strcasecmp(single[i], type) == 0) {
96 isc_boolean_t single = single_valued(type); local
107 if (!single && strcasecmp(list[i].data, data) != 0)
349 * this; it will move onto the next database after a single query.

Completed in 13 milliseconds