Lines Matching refs:spaceCheck

42 	void *spaceCheck, *spaceCheck2, *spaceCheck3;  in testArray()  local
63 spaceCheck = checkPointSpace(); in testArray()
90 res = res && checkSpace("(A)1", spaceCheck, 0); in testArray()
94 spaceCheck = checkPointSpace(); in testArray()
118 res = res && checkSpace("(A)2", spaceCheck, 0); in testArray()
123 spaceCheck = checkPointSpace(); in testArray()
181 res = res && checkSpace("(A)3", spaceCheck, 0); in testArray()
184 spaceCheck = checkPointSpace(); in testArray()
241 res = res && checkSpace("(A)4", spaceCheck, 0); in testArray()
244 spaceCheck = checkPointSpace(); in testArray()
282 res = res && checkSpace("(S)5", spaceCheck, 0); in testArray()
295 void *spaceCheck, *spaceCheck2, *spaceCheck3; in testSet() local
317 spaceCheck = checkPointSpace(); in testSet()
345 res = res && checkSpace("(S)1", spaceCheck, 0); in testSet()
349 spaceCheck = checkPointSpace(); in testSet()
372 res = res && checkSpace("(S)2", spaceCheck, 0); in testSet()
377 spaceCheck = checkPointSpace(); in testSet()
435 res = res && checkSpace("(S)3", spaceCheck, 0); in testSet()
438 spaceCheck = checkPointSpace(); in testSet()
471 res = res && checkSpace("(S)4", spaceCheck, 0); in testSet()
474 spaceCheck = checkPointSpace(); in testSet()
497 res = res && checkSpace("(S)5", spaceCheck, 0); in testSet()
510 void *spaceCheck, *spaceCheck2, *spaceCheck3; in testDictionary() local
533 spaceCheck = checkPointSpace(); in testDictionary()
561 res = res && checkSpace("(D)1", spaceCheck, 0); in testDictionary()
565 spaceCheck = checkPointSpace(); in testDictionary()
603 res = res && checkSpace("(D)2", spaceCheck, 0); in testDictionary()
607 spaceCheck = checkPointSpace(); in testDictionary()
659 res = res && checkSpace("(D)3", spaceCheck, 0); in testDictionary()
664 spaceCheck = checkPointSpace(); in testDictionary()
731 res = res && checkSpace("(D)4", spaceCheck, 0); in testDictionary()
744 void *spaceCheck; in testIterator() local
767 spaceCheck = checkPointSpace(); in testIterator()
834 res = res && checkSpace("(I)1", spaceCheck, 0); in testIterator()
837 spaceCheck = checkPointSpace(); in testIterator()
905 res = res && checkSpace("(I)2", spaceCheck, 0); in testIterator()
908 spaceCheck = checkPointSpace(); in testIterator()
981 res = res && checkSpace("(I)3", spaceCheck, 0); in testIterator()