Searched refs:do_check (Results 1 – 5 of 5) sorted by relevance
28 def do_check(call): function52 self._patched = [test_case.patch_call(call, side_effect=do_check(call))
263 do_check(struct xtc_handle *h, unsigned int line) in do_check() function
315 do_check(struct xtc_handle *h, unsigned int line)
199 static void do_check(struct xtc_handle *h, unsigned int line);200 #define CHECK(h) do { if (!getenv("IPTC_NO_CHECK")) do_check((h), __LINE__); } while(0)