Lines Matching refs:status
1390 int status; variable
1405 status = TBB_malloc_replacement_log(&func_replacement_log); in TestEmptyLog()
1407 REQUIRE_MESSAGE(status == -1, "Status is true, but log is empty"); in TestEmptyLog()
1415 status = TBB_malloc_replacement_log(&func_replacement_log); in TestLogOverload()
1420 REQUIRE_MESSAGE(status == 0, "False status, but all functions found"); in TestLogOverload()
1425 status = TBB_malloc_replacement_log(nullptr); in TestLogOverload()
1426 REQUIRE_MESSAGE(status == -1, "Status is true, but we have false search case"); in TestLogOverload()
1436 status = TBB_malloc_replacement_log(&func_replacement_log); in TestFalseSearchCase()
1439 REQUIRE_MESSAGE(status == -1, "Status is true, but we have false search case"); in TestFalseSearchCase()
1449 status = TBB_malloc_replacement_log(&func_replacement_log); in TestWrongFunctionInDll()
1452 REQUIRE_MESSAGE(status == -1, "Status is true, but we have false search case"); in TestWrongFunctionInDll()