Lines Matching refs:curSpool
311 for (SpoolBlock* curSpool = _spoolHead;
312 curSpool != _spoolTail && curSpool != NULL;
313 curSpool = curSpool->nextSpoolBlock) {
316 guarantee((void*)curSpool->displacedHdr == (void*)&curSpool->displacedHdr,
318 numDisplacedHdrs += curSpool->bufferSize - 1;
334 SpoolBlock* curSpool = NULL;
338 for (curSpool = _spoolHead; curSpool != _spoolTail && curSpool != NULL;
339 curSpool = curSpool->nextSpoolBlock) {
340 curSpool->print_on(st);
344 for (curSpool = _spoolTail; curSpool != NULL;
345 curSpool = curSpool->nextSpoolBlock) {
346 curSpool->print_on(st);
350 for (curSpool = _spareSpool; curSpool != NULL;
351 curSpool = curSpool->nextSpoolBlock) {
352 curSpool->print_on(st);