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

/bind-9.11.3/contrib/dlz/example/win32/
H A Ddxdriver.mak23 NULL= macro
25 NULL=nul macro
124 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
172 if not exist "$(OUTDIR)/$(NULL)" mkdir "$(OUTDIR)"
/bind-9.11.3/lib/dns/tests/
H A Dkeytable_test.c37 dns_keytable_t *keytable = NULL;
38 dns_ntatable_t *ntatable = NULL;
45 static dns_view_t *view = NULL;
71 NULL), ISC_R_SUCCESS);
90 keystruct.mctx = NULL;
103 ATF_REQUIRE_EQ(dns_rdata_fromstruct(NULL, keystruct.common.rdclass,
117 dst_key_t *key = NULL;
147 if (ntatable != NULL)
149 if (keytable != NULL)
164 dst_key_t *key = NULL;
360 ATF_REQUIRE_EQ(dns_keynode_key(keynode), NULL); local
[all...]
/bind-9.11.3/bin/win32/BINDInstall/
H A DAccountInfo.cpp114 if ((Status = OpenPolicy(NULL,
128 if (!GetAccountSid(NULL, AccountName, &pSid)) {
160 if (!GetAccountSid(NULL, AccountName, &pSid)) {
169 if (pSid != NULL)
172 if (pSid != NULL)
212 ui.usri1_home_dir = NULL;
216 ui.usri1_script_path = NULL;
220 nStatus = NetUserAdd(NULL, dwLevel, (LPBYTE)&ui, &dwError);
241 if ((Status = OpenPolicy(NULL, POLICY_ALL_ACCESS, &PolicyHandle))
254 if (!GetAccountSid(NULL, AccountNam
450 dwBufferLength, &dwBytesWritten, NULL); local
[all...]
/bind-9.11.3/lib/dns/
H A Djournal.c139 dns_name_copy(dns_db_origin(db), zonename, NULL); local
141 node = NULL;
148 (isc_stdtime_t)0, &rdataset, NULL);
402 result = isc_stdio_read(mem, 1, nbytes, j->fp, NULL);
419 result = isc_stdio_write(mem, 1, nbytes, j->fp, NULL);
496 FILE *fp = NULL;
522 if (mem == NULL) {
530 result = isc_stdio_write(mem, 1, (size_t) size, fp, NULL);
558 FILE *fp = NULL;
563 INSIST(journalp != NULL
[all...]
H A Ddnssec.c75 if (dns_dnssec_stats != NULL)
103 if (data == NULL)
140 INSIST(name != NULL);
141 INSIST(rdata != NULL);
142 INSIST(mctx != NULL);
143 INSIST(key != NULL);
144 INSIST(*key == NULL);
174 NULL) == ISC_R_SUCCESS);
193 dst_context_t *ctx = NULL;
195 isc_buffer_t *databuf = NULL;
485 NULL, dns_fixedname_name(&fnewname)); local
[all...]
H A Drbt.c210 #define IS_EMPTY(node) ((node)->data == NULL)
251 #define IS_RED(node) ((node) != NULL && (node)->color == RED)
252 #define IS_BLACK(node) ((node) == NULL || (node)->color == BLACK)
315 dns_name_init(&name, NULL);
316 if (node != NULL)
350 * subtree. The passed node must not be NULL.
359 if (node == NULL)
375 fixup_uppernodes_helper(rbt->root, NULL);
380 /* The passed node must not be NULL. */
391 * subtree. The passed node must not be NULL
3095 print_text_helper(DOWN(root), NULL, depth, "down", local
[all...]

Completed in 50 milliseconds