Lines Matching refs:head
13918 ** Hash.first points to the head of this list.
26363 ** Pointers to the head of the list are stored in mem3.aiSmall[]
26590 ** *pRoot is the head of a list of free chunks of the same size
54901 ** RowSet.pForest value points to the head of this forest list.
55062 struct RowSetEntry head;
55065 pTail = &head;
55086 return head.pRight;
55124 struct RowSetEntry **ppFirst, /* Write head of the output list here */
55147 ** node taken from the head of *ppList. A depth of 2 means a tree with
66428 ** is populated with the wal-index header corresponding to the head
80346 sqlite3_backup **pp; /* Ptr to head of pagers backup list */
150269 ** to the head of a linked list of VTable structures. Each VTable
186893 ** Argument ppHead contains a pointer to the current head of a query
186897 ** of pNew and the existing nodes of the tree. This may result in the head
187323 ** parsed expression. If successful, *ppExpr is set to point to the head
196085 /* Advance the 'head' iterator of each phrase to the first offset that
203918 ** Insert cell pCell into node pNode. Node pNode is the head of a
206310 GeoEvent head, *pLast;
206311 head.pNext = 0;
206312 pLast = &head;
206325 return head.pNext;
206357 GeoSegment head, *pLast;
206358 head.pNext = 0;
206359 pLast = &head;
206374 return head.pNext;