Lines Matching refs:head
345 [$fp, $lines, $head, $tail, $eof] = $result;
380 && (!($tail == $eof && $direction > 0) && !($head == 0 && $direction < 0));
383 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, $direction);
423 [$revs2, $allRevs, $fp, $lines, $head, $tail] = $result2;
442 while ($head > 0) {
455 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1);
520 $head = $startHead;
541 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, 1);
562 $head = $startHead;
564 while ($head > 0) {
565 [$lines, $head, $tail] = $this->readAdjacentChunk($fp, $head, $tail, -1);
587 return [$requestedRevs, $revs, $fp, $lines, $head, $lastTail];