Searched refs:DEBUG_INSIST (Results 1 – 4 of 4) sorted by relevance
236 DEBUG_INSIST(-1 == c->req_read_pipe); in cleanup_after_child()237 DEBUG_INSIST(-1 == c->resp_write_pipe); in cleanup_after_child()276 DEBUG_INSIST(-1 != c->req_write_pipe); in send_blocking_req_internal()585 DEBUG_INSIST(-1 == c->req_read_pipe); in fork_blocking_child()586 DEBUG_INSIST(-1 == c->resp_write_pipe); in fork_blocking_child()
74 DEBUG_INSIST(fraclimit < fraclimit * 10); in format_time_fraction()
208 DEBUG_INSIST(ai_cpy->ai_canonname == ai_src->ai_canonname); in copy_addrinfo_common()
96 #define DEBUG_INSIST(x) INSIST(x) macro101 #define DEBUG_INSIST(x) do {} while (FALSE) macro