Home | History | Annotate | Download | only in dist

Lines Matching full:looping

7628 ** Macros for looping over all elements of a hash table.  The idiom is
22268 HashElem *elem; /* For looping over all elements of the table */
22337 HashElem *elem, *next_elem; /* For looping over existing elements */
24097 os2ShmLink *pX; /* For looping over all siblings */
25863 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */
29177 unixShm *pX; /* For looping over all siblings */
29302 unixShm **pp; /* For looping over sibling connections */
34713 winShm **pp; /* For looping over sibling connections */
34755 winShm *pX; /* For looping over all siblings */
40129 int ii; /* Iterator for looping through Pager.aSavepoint */
41429 PgHdr *p; /* For looping over pages */
46702 int i; /* For looping through segments */
52338 ** looping until a free-page located within the first nFin pages
73360 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
83098 ** We must continue looping until all tables and indices with
83719 struct ExprList_item *pListItem; /* For looping over pList */
84929 HashElem *k; /* For looping over tables in pDb */
85740 Index *pIdx; /* For looping over indices of the table */
89446 Index *pIdx; /* For looping over indices of the table */
94750 int i; /* For looping over tables in pSrc */
95792 Column *aCol, *pCol; /* For looping over result columns */
96402 Select *pLoop; /* For looping through SELECT statements */
96403 CollSeq **apColl; /* For looping through pKeyInfo->aColl[] */
98635 struct ExprList_item *pItem; /* For looping over expression in a list */
100577 Index *pIdx; /* For looping over indices */
107350 int j; /* For looping over FROM tables */
116446 ** Macros for looping over all elements of a hash table. The idiom is
123423 Fts3HashElem *elem; /* For looping over all elements of the table */
123546 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */
129956 int iTerm; /* For looping through nTerm phrase terms */