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

/bind-9.6-ESV-R11/contrib/pkcs11-keygen/
H A Dlistobjs.c27 int error = 0, public = 0, all = 0; local
71 all = 1;
118 rv = C_FindObjectsInit(hSession, search_template, all ? 0 : 1);
/bind-9.6-ESV-R11/bin/tests/system/lwresd/
H A Dlwtest.c7 * copyright notice and this permission notice appear in all copies.
315 int v4map, int all)
325 if (all)
314 test_getipnodebyname(const char *name, const char *address, int af, int v4map, int all) argument
/bind-9.6-ESV-R11/bin/named/
H A Dserver.c7 * copyright notice and this permission notice appear in all copies.
328 end_reserved_dispatches(ns_server_t *server, isc_boolean_t all);
1004 * Check that all the arguments match.
2778 * only possible if all of these are true:
3685 * Create the views and count all the configured zones in
3732 * Configure and freeze all explicit views. Explicit
4512 end_reserved_dispatches(ns_server_t *server, isc_boolean_t all) { argument
4521 if (!all && server->dispatchgen == dispatch-> dispatchgen)
5276 if (ptr != NULL && strcmp(ptr, "-all") == 0) {
5469 "flushing caches in all view
[all...]

Completed in 645 milliseconds