Home
last modified time | relevance | path

Searched refs:DEBUG_ENSURE (Results 1 – 3 of 3) sorted by relevance

/freebsd/contrib/ntp/include/
H A Dntp_assert.h96 #define DEBUG_ENSURE(x) ENSURE(x) macro
101 #define DEBUG_ENSURE(x) do {} while (FALSE) macro
/freebsd/contrib/ntp/libntp/
H A Dauthkeys.c496 DEBUG_ENSURE(sk != NULL); in allocsymkey()
534 DEBUG_ENSURE(sk == unlinked); in freesymkey()
760 DEBUG_ENSURE(keytype <= USHRT_MAX); in MD5auth_setkey()
761 DEBUG_ENSURE(secretsize < 4 * 1024); in MD5auth_setkey()
H A Dwork_thread.c468 DEBUG_ENSURE(CHILD_GONE_RESP == removed || in receive_blocking_resp_internal()