Home | History | Annotate | Download | only in Framework

Lines Matching full:ptrbuffer

45 @synthesize ptrBuffer;
68 ptrBuffer = (id *) [buffer mutableBytes];
70 ptrBuffer[idx] = nil;
86 ptrBuffer = (id *)[buffer mutableBytes];
88 ptrBuffer[idx] = nil;
105 tmp = ptrBuffer[idx];
127 copy.ptrBuffer = ptrBuffer;
138 tmp = ptrBuffer[idx];
147 ptrBuffer[idx] = nil;
174 return( ptrBuffer );
179 ptrBuffer = np;
196 ptrBuffer[ptr++] = v;
206 ptrBuffer[ptr++] = v;
214 v = ptrBuffer[--ptr];
215 ptrBuffer[ptr] = nil;
226 v = ptrBuffer[ptr-1];
237 if ( ptrBuffer[i] != nil ) {
255 if (ptrBuffer[i] != nil) {
267 if ( aRule != ptrBuffer[idx] ) {
268 if ( ptrBuffer[idx] ) [ptrBuffer[idx] release];
271 ptrBuffer[idx] = aRule;
278 return ptrBuffer[idx];
300 if ( ptrBuffer[i] ) [ptrBuffer[i] release];
301 ptrBuffer[i] = nil;
311 if ( ptrBuffer[idx] ) [ptrBuffer[idx] release];
313 ptrBuffer[i] = ptrBuffer[i+1];
315 ptrBuffer[i] = nil;
330 ptrBuffer = [buffer mutableBytes];