Lines Matching refs:head
338 [$fp, $lines, $head, $tail, $eof] = $result;
373 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0));
376 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction);
416 [$revs2, $allRevs, $fp, $lines, $head, $tail] = $result2;
435 while ($head > 0) {
448 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1);
513 $head = $startHead;
534 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, 1);
555 $head = $startHead;
557 while ($head > 0) {
558 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1);
580 return [$requestedRevs, $revs, $fp, $lines, $head, $lastTail];