Searched refs:INSIST (Results 1 - 25 of 237) sorted by relevance

12345678910

/freebsd-9.3-release/contrib/bind9/lib/isc/include/isc/
H A Dregion.h61 INSIST(_r->length >= _l); \
70 INSIST(_r->length >= _l); \
79 INSIST(_r->length >= _l); \
/freebsd-9.3-release/contrib/ntp/lib/isc/include/isc/
H A Dregion.h60 INSIST(_r->length >= _l); \
69 INSIST(_r->length >= _l); \
78 INSIST(_r->length >= _l); \
/freebsd-9.3-release/contrib/bind9/lib/lwres/
H A Dassert_p.h28 #define INSIST(x) assert(x) macro
/freebsd-9.3-release/contrib/bind9/lib/isc/unix/
H A Dstdtime.c80 INSIST(tv.tv_usec >= 0);
82 INSIST(tv.tv_usec >= 0 && tv.tv_usec < US_PER_S);
H A Dtime.c45 * All of the INSIST()s checks of nanoseconds < NS_PER_S are for
102 INSIST(i->nanoseconds < NS_PER_S);
138 INSIST(t->nanoseconds < NS_PER_S);
196 INSIST(i->nanoseconds < NS_PER_S);
243 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
260 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
287 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
311 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
332 INSIST(t->nanoseconds < NS_PER_S);
342 INSIST(
[all...]
/freebsd-9.3-release/lib/libc/include/isc/
H A Dlist.h24 #define INSIST(cond) assert(cond) macro
49 INSIST(!LINKED(elt, link));\
61 INSIST(!LINKED(elt, link));\
73 INSIST(LINKED(elt, link));\
77 INSIST((list).tail == (elt)); \
83 INSIST((list).head == (elt)); \
96 INSIST(!LINKED(elt, link));\
109 INSIST(!LINKED(elt, link));\
/freebsd-9.3-release/contrib/ntp/lib/isc/unix/
H A Dstdtime.c80 INSIST(tv.tv_usec >= 0);
82 INSIST(tv.tv_usec >= 0 && tv.tv_usec < US_PER_S);
H A Dtime.c43 * All of the INSIST()s checks of nanoseconds < NS_PER_S are for
100 INSIST(i->nanoseconds < NS_PER_S);
136 INSIST(t->nanoseconds < NS_PER_S);
194 INSIST(i->nanoseconds < NS_PER_S);
241 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
258 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
285 INSIST(t->nanoseconds < NS_PER_S && i->nanoseconds < NS_PER_S);
309 INSIST(t1->nanoseconds < NS_PER_S && t2->nanoseconds < NS_PER_S);
330 INSIST(t->nanoseconds < NS_PER_S);
340 INSIST(
[all...]
/freebsd-9.3-release/contrib/bind9/lib/isc/
H A Dquota.c39 INSIST(quota->used == 0);
79 INSIST(quota->used > 0);
88 INSIST(p != NULL && *p == NULL);
98 INSIST(p != NULL && *p != NULL);
H A Dradix.c100 INSIST(prefix != NULL);
101 INSIST((prefix->family == AF_INET && prefix->bitlen <= 32) ||
189 INSIST(Xrn->data[0] == NULL &&
320 INSIST(prefix != NULL);
391 INSIST(node != NULL);
394 INSIST(node->prefix != NULL);
411 INSIST(j < 8);
470 INSIST(node->data[0] == NULL && node->node_num[0] == -1 &&
548 INSIST(glue == NULL);
553 INSIST(nod
[all...]
/freebsd-9.3-release/contrib/ntp/lib/isc/
H A Dquota.c39 INSIST(quota->used == 0);
79 INSIST(quota->used > 0);
88 INSIST(p != NULL && *p == NULL);
98 INSIST(p != NULL && *p != NULL);
H A Dradix.c97 INSIST(prefix != NULL);
98 INSIST((prefix->family == AF_INET && prefix->bitlen <= 32) ||
186 INSIST(Xrn->data[0] == NULL &&
319 INSIST(prefix != NULL);
390 INSIST(node != NULL);
393 INSIST(node->prefix != NULL);
410 INSIST(j < 8);
469 INSIST(node->data[0] == NULL && node->node_num[0] == -1 &&
547 INSIST(glue == NULL);
552 INSIST(nod
[all...]
/freebsd-9.3-release/contrib/ntp/libntp/
H A Dcaljulian.c31 INSIST(NULL != jt);
/freebsd-9.3-release/contrib/bind9/bin/named/
H A Dzoneconf.c129 INSIST(0);
241 INSIST(0);
274 INSIST(0);
331 INSIST(i < n);
347 INSIST(i == n);
455 INSIST(na.family == AF_INET6);
615 INSIST(obj != NULL);
627 INSIST(obj != NULL);
725 INSIST(result == ISC_R_SUCCESS && obj != NULL);
786 INSIST(
[all...]
H A Dlwdclient.c223 INSIST(dev->region.base == client->buffer);
224 INSIST(NS_LWDCLIENT_ISRECV(client));
228 INSIST((cm->flags & NS_LWDCLIENTMGR_FLAGRECVPENDING) != 0);
295 INSIST(NS_LWDCLIENT_ISIDLE(client));
384 INSIST(client->sendbuf == NULL);
385 INSIST(client->sendlength == 0);
386 INSIST(client->arg == NULL);
387 INSIST(client->v4find == NULL);
388 INSIST(client->v6find == NULL);
413 INSIST(NS_LWDCLIENT_ISSEN
[all...]
H A Dclient.c298 INSIST(client->newstate < NS_CLIENTSTATE_RECURSING);
318 INSIST(client->newstate <= NS_CLIENTSTATE_READING);
367 INSIST(client->recursionquota == NULL);
381 INSIST(client->recursionquota == NULL);
382 INSIST(client->newstate <= NS_CLIENTSTATE_READY);
412 INSIST(client->recursionquota == NULL);
452 INSIST(client->newstate <= NS_CLIENTSTATE_INACTIVE);
482 INSIST(client->naccepts == 0);
483 INSIST(client->recursionquota == NULL);
504 INSIST(clien
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/rdata/in_1/
H A Dapl_42.c133 INSIST(sr.length >= 4);
141 INSIST(len <= sr.length);
144 INSIST(n < (int)sizeof(txt));
148 INSIST(len <= 4);
149 INSIST(prefix <= 32);
156 INSIST(len <= 16);
157 INSIST(prefix <= 128);
167 INSIST(n < (int)sizeof(txt));
325 INSIST(apl->apl_len > 3U);
327 INSIST(lengt
[all...]
/freebsd-9.3-release/contrib/bind9/lib/dns/
H A Dsoa.c50 INSIST(rdata->type == dns_rdatatype_soa);
61 INSIST(rdata->length >= 20);
62 INSIST(offset >= 0 && offset <= 16);
122 INSIST(rdata->type == dns_rdatatype_soa);
123 INSIST(rdata->length >= 20);
124 INSIST(offset >= 0 && offset <= 16);
H A Dtsec.c104 INSIST(0);
129 INSIST(0);
158 INSIST(0);
H A Dds.c86 INSIST(r.length >= 4);
109 INSIST(r.length >= 4);
122 INSIST(r.length >= 4);
133 INSIST(r.length >= 4);
H A Dadb.c518 INSIST(DNS_ADB_VALID(adb));
581 INSIST(adb->entry_refcnt[i] > 0);
592 INSIST(adb->entry_refcnt[i] > 0);
597 INSIST(adb->entry_refcnt[i] == 0);
673 INSIST(DNS_ADB_VALID(adb));
736 INSIST(adb->name_refcnt[i] > 0);
747 INSIST(adb->name_refcnt[i] > 0);
752 INSIST(adb->name_refcnt[i] == 0);
835 INSIST(DNS_ADBNAME_VALID(adbname));
837 INSIST(DNS_ADB_VALI
[all...]
H A Dncache.c70 INSIST(count <= 65535);
77 INSIST(r.length <= 65535);
254 INSIST(trust != 0xffff);
308 INSIST(remaining.length >= name.length);
312 INSIST(remaining.length >= 5);
323 INSIST(remaining.length >= 2);
330 INSIST(remaining.length >= rdata.length);
375 INSIST((target->used >= rdlen.used + 2) &&
383 INSIST(isc_buffer_remaininglength(&source) == 0);
395 INSIST(savedbuffe
[all...]
H A Dacache.c302 INSIST(acache->shutting_down);
344 INSIST(acache->shutting_down);
348 INSIST(ISC_LIST_EMPTY(dbent->originlist) &&
360 INSIST(acache->dbentries == 0);
370 INSIST(DNS_ACACHE_VALID(acache));
391 INSIST(ent->origdb != NULL);
394 INSIST(result == ISC_R_SUCCESS);
399 INSIST(ent->db != NULL);
402 INSIST(result == ISC_R_SUCCESS);
522 INSIST(entr
[all...]
/freebsd-9.3-release/contrib/ntp/include/
H A Dntp_assert.h13 * INSIST(value > 2);
83 #define INSIST(x) ALWAYS_INSIST(x) macro
94 #define DEBUG_INSIST(x) INSIST(x)
/freebsd-9.3-release/contrib/bind9/lib/isccc/
H A Dalist.c119 INSIST(alist->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
121 INSIST(car->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
142 INSIST(rest->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
144 INSIST(car != NULL && car->type == ISCCC_SEXPRTYPE_DOTTEDPAIR);
283 INSIST(isccc_sexpr_listp(kv));
286 INSIST(isccc_sexpr_stringp(k));

Completed in 273 milliseconds

12345678910