Home | History | Annotate | Download | only in orig

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 */
25845 struct vxworksFileId *pCandidate; /* For looping over existing file IDs */
29149 unixShm *pX; /* For looping over all siblings */
29274 unixShm **pp; /* For looping over sibling connections */
34685 winShm **pp; /* For looping over sibling connections */
34727 winShm *pX; /* For looping over all siblings */
40101 int ii; /* Iterator for looping through Pager.aSavepoint */
41401 PgHdr *p; /* For looping over pages */
46674 int i; /* For looping through segments */
52310 ** looping until a free-page located within the first nFin pages
73324 struct SrcList_item *pItem; /* Use for looping over pSrcList items */
83062 ** We must continue looping until all tables and indices with
83683 struct ExprList_item *pListItem; /* For looping over pList */
84893 HashElem *k; /* For looping over tables in pDb */
85704 Index *pIdx; /* For looping over indices of the table */
89410 Index *pIdx; /* For looping over indices of the table */
94714 int i; /* For looping over tables in pSrc */
95756 Column *aCol, *pCol; /* For looping over result columns */
96366 Select *pLoop; /* For looping through SELECT statements */
96367 CollSeq **apColl; /* For looping through pKeyInfo->aColl[] */
98599 struct ExprList_item *pItem; /* For looping over expression in a list */
100541 Index *pIdx; /* For looping over indices */
107314 int j; /* For looping over FROM tables */
116410 ** Macros for looping over all elements of a hash table. The idiom is
123375 Fts3HashElem *elem; /* For looping over all elements of the table */
123498 Fts3HashElem *elem, *next_elem; /* For looping over existing elements */
129908 int iTerm; /* For looping through nTerm phrase terms */