Home
last modified time | relevance | path

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

/reactos/modules/rostests/winetests/msxml3/
H A Dsaxreader.c1131 static ISAXAttributes *test_attr_ptr; variable
1141 test_attr_ptr = NULL; in contentHandler_startDocument()
1218 if(!test_attr_ptr) in contentHandler_startElement()
1219 test_attr_ptr = saxattr; in contentHandler_startElement()
1220 …ok(test_attr_ptr == saxattr, "Multiple ISAXAttributes instances are used (%p %p)\n", test_attr_ptr in contentHandler_startElement()