Searched defs:report_success (Results 1 - 2 of 2) sorted by relevance

/vbox/src/VBox/Devices/Graphics/shaderlib/wine/include/wine/
H A Dtest.h217 static int report_success = 0; variable
351 if (report_success)
633 if (GetEnvironmentVariableA( "WINETEST_REPORT_SUCCESS", p, sizeof(p) )) report_success = atoi(p);
/vbox/src/VBox/Additions/WINNT/Graphics/Wine/include/wine/
H A Dtest.h214 static int report_success = 0; variable
349 if (report_success)
603 if (GetEnvironmentVariableA( "WINETEST_REPORT_SUCCESS", p, sizeof(p) )) report_success = atoi(p);

Completed in 204 milliseconds