Home
last modified time | relevance | path

Searched refs:testChild (Results 1 – 2 of 2) sorted by relevance

/reactos/modules/rostests/apitests/user32/
H A DRedrawWindow.c193 int testChild; member
269 if(!ptestRW->testChild) in TestRedrawWindow()
272 if (ptestRW->testChild) in TestRedrawWindow()
312 if (ptestRW->testChild) in TestRedrawWindow()
319 if (ptestRW->testChild) in TestRedrawWindow()
459 testRW.testChild = FALSE; in FlagsRedrawWindowTest()
479 testRW.testChild = FALSE; in FlagsRedrawWindowTest()
499 testRW.testChild = FALSE; in FlagsRedrawWindowTest()
519 testRW.testChild = FALSE; in FlagsRedrawWindowTest()
540 testRW.testChild = FALSE; in FlagsRedrawWindowTest()
[all …]
/reactos/drivers/storage/class/classpnp/
H A Dclass.c12073 PPHYSICAL_DEVICE_EXTENSION testChild; local
12075 for (testChild = Parent->CommonExtension.ChildList;
12076 testChild != NULL;
12077 testChild = testChild->CommonExtension.ChildList) {
12079 NT_ASSERT(testChild != Child);