Searched refs:insist_impl (Results 1 – 2 of 2) sorted by relevance
42 #define insist(x) insist_impl(__FILE__, __LINE__, #x, x)58 insist_impl(const char *file, int line, const char *cmd, krb5_boolean result);
43 insist_impl(const char *file, int line, const char *cmd, krb5_boolean result) in insist_impl() function