Home
last modified time | relevance | path

Searched refs:iFirst (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/external/public-domain/sqlite/dist/
H A Dsqlite3.c66032 u32 iFirst = 1 + (iPg==0?0:HASHTABLE_NPAGE_ONE+(iPg-1)*HASHTABLE_NPAGE);
66040 for(iFrame=iFirst; iFrame<=iLast; iFrame++){
68559 u32 iFirst = 0; /* First frame that may be overwritten */
68578 iFirst = pLive->mxFrame+1;
68652 if( iFirst && (p->pDirty || isCommit==0) ){
68656 if( iWrite>=iFirst ){
77663 int iFirst, /* First cell in pCArray to use */
77671 int i = iFirst; /* Which cell to copy from pCArray*/
77757 int iFirst, /* Index of first cell to add */
77761 int i = iFirst; /* Loop counter - cell index to insert */
[all …]
H A Dshell.c6795 unsigned int iFirst = p->nState; in re_subcompile_string() local
6819 if( p->nState>iFirst ) p->aArg[iFirst] = p->nState - iFirst; in re_subcompile_string()