Searched refs:epca_error (Results 1 – 1 of 1) sorted by relevance
78 #define epcaassert(x, msg) if (!(x)) epca_error(__LINE__, msg)202 static void epca_error(int, char *);499 static void epca_error(int line, char *msg) in epca_error() function