Lines Matching refs:ptrBuffer
80 tmp = ptrBuffer[Index];
81 while ( tmp && tmp != ptrBuffer[Index] ) {
99 if ( ptrBuffer[i] != nil ) {
116 if ( ptrBuffer[i] != nil ) {
131 tmp = ptrBuffer[Index];
132 while ( tmp && tmp != ptrBuffer[Index ] ) {
153 return( ptrBuffer );
158 ptrBuffer = np;
168 if ((aRule = ptrBuffer[anIndex]) == nil) {
180 if ( ptrBuffer[anIndex] == nil ) {
181 ptrBuffer[anIndex] = aRule;
202 aRule = ptrBuffer[anIndex];
207 ptrBuffer[anIndex] = aRule;
212 if ( aRule != ptrBuffer[anIndex] ) {
215 aRule.fNext = ptrBuffer[anIndex];
216 ptrBuffer[anIndex] = aRule;
263 if (aRule != ptrBuffer[Index]) {
264 if ( ptrBuffer[Index] ) [ptrBuffer[Index] release];
267 ptrBuffer[Index] = aRule;
275 return ptrBuffer[anIdx];