Lines Matching refs:spaceCheck

123 	void *spaceCheck;  in testData()  local
141 spaceCheck = checkPointSpace(); in testData()
149 TEST_ASSERT('d', "1f", test1->appendBytes(spaceCheck, 0)); in testData()
155 res = res && checkSpace("(d)1", spaceCheck, 0); in testData()
158 spaceCheck = checkPointSpace(); in testData()
185 res = res && checkSpace("(d)2", spaceCheck, 0); in testData()
188 spaceCheck = checkPointSpace(); in testData()
196 TEST_ASSERT('d', "3f", test1->appendBytes(spaceCheck, 0)); in testData()
204 res = res && checkSpace("(d)3", spaceCheck, 0); in testData()
207 spaceCheck = checkPointSpace(); in testData()
240 res = res && checkSpace("(d)3", spaceCheck, 0); in testData()
257 void *spaceCheck; in testString() local
270 spaceCheck = checkPointSpace(); in testString()
281 res = res && checkSpace("(s)1", spaceCheck, 0); in testString()
284 spaceCheck = checkPointSpace(); in testString()
291 res = res && checkSpace("(s)2", spaceCheck, 0); in testString()
294 spaceCheck = checkPointSpace(); in testString()
307 res = res && checkSpace("(s)3", spaceCheck, 0); in testString()
310 spaceCheck = checkPointSpace(); in testString()
323 res = res && checkSpace("(s)4", spaceCheck, 0); in testString()
326 spaceCheck = checkPointSpace(); in testString()
339 res = res && checkSpace("(s)5", spaceCheck, 0); in testString()
342 spaceCheck = checkPointSpace(); in testString()
360 res = res && checkSpace("(s)6", spaceCheck, 0); in testString()
363 spaceCheck = checkPointSpace(); in testString()
380 res = res && checkSpace("(s)7", spaceCheck, 0); in testString()
396 void *spaceCheck; in testSymbol() local
405 spaceCheck = checkPointSpace(); in testSymbol()
447 res = res && checkSpace("(u)3", spaceCheck, 972); in testSymbol()
451 spaceCheck = checkPointSpace(); in testSymbol()
461 res = res && checkSpace("(u)4", spaceCheck, 0); in testSymbol()
466 spaceCheck = checkPointSpace(); in testSymbol()
500 res = res && checkSpace("(u)5", spaceCheck, 0); in testSymbol()