Lines Matching +defs:file +defs:exists +defs:p
10 * file, you can obtain one at https://mozilla.org/MPL/2.0/.
12 * See the COPYRIGHT file distributed with this work for additional
16 /*! \file */
81 DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(3), "res %p: %s", \
85 DNS_LOGMODULE_RESOLVER, ISC_LOG_DEBUG(3), "res %p: %s", \
90 "fctx %p(%s): %s", fctx, fctx->info, (m))
94 "fctx %p(%s): %s %s", fctx, fctx->info, (m1), (m2))
98 "fctx %p(%s): [result: %s] %s", fctx, fctx->info, \
103 "fctx %p(%s): [result: %s] %s %s", fctx, fctx->info, \
108 "fctx %p(%s): %s %s%u", fctx, fctx->info, (m1), (m2), \
113 "fetch %p (fctx %p(%s)): %s", fetch, fetch->private, \
118 "resquery %p (fctx %p(%s)): %s", query, query->fctx, \
707 const char *file, unsigned int line);
1651 const char *file, unsigned int line) {
1661 fprintf(stderr, "%s:%s:%s:%u:(%p): %s\n", __func__, func, file, line,
1664 UNUSED(file);
1949 fprintf(stderr, "rctx_init:%s:%s:%d:%p->references = 1\n", __func__,
3280 "fctx %p(%s): createfind for %s - %s", fctx, fctx->info,
4060 "fctx %p(%s): attempting QNAME "
4062 "fetch %p(%s) still running",
4359 "shut down hung fetch while resolving %p(%s)", fctx,
4475 "log_ns_ttl: fctx %p: %s: %s (in '%s'?): %u %u", fctx,
4493 size_t p;
4526 p = strlcat(buf, "/", sizeof(buf));
4527 INSIST(p + DNS_RDATATYPE_FORMATSIZE < sizeof(buf));
4528 dns_rdatatype_format(type, buf + p, sizeof(buf) - p);
4537 "fctx %p(%s): attached to counter %p (%d)", fctx,
4547 "fctx %p(%s): created counter %p", fctx,
4552 fprintf(stderr, "fetchctx__init:%s:%s:%d:%p:%p->references = 1\n",
5636 DNS_LOGMODULE_RESOLVER, level, "fctx %p(%s): %s", fctx,
5717 bool data = false, exists = false;
5731 type, name, nsec, nrdataset, &exists, &data,
5734 if (!exists) {
5743 &exists, &data, &optout, &unknown,
5747 if (!exists && setnearest) {
6926 "fctx %p: trimming ttl of %s/NS for %s/%s: "
7202 unsigned char *p, *nsid;
7213 p = buf;
7216 *p++ = hex[(nsid[i] >> 4) & 0xf];
7217 *p++ = hex[nsid[i] & 0xf];
7219 *p = '\0';
7222 p = pbuf;
7224 *p++ = isprint(nsid[i]) ? nsid[i] : '.';
7226 *p = '\0';
9998 fprintf(stderr, "dns_resolver__init:%s:%s:%d:%p->references = 1\n",