Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c66391 u32 iFirst = 1 + (iPg==0?0:HASHTABLE_NPAGE_ONE+(iPg-1)*HASHTABLE_NPAGE);
66399 for(iFrame=iFirst; iFrame<=iLast; iFrame++){
68918 u32 iFirst = 0; /* First frame that may be overwritten */
68937 iFirst = pLive->mxFrame+1;
69011 if( iFirst && (p->pDirty || isCommit==0) ){
69015 if( iWrite>=iFirst ){
78090 int iFirst, /* First cell in pCArray to use */
78098 int i = iFirst; /* Which cell to copy from pCArray*/
78184 int iFirst, /* Index of first cell to add */
78188 int i = iFirst; /* Loop counter - cell index to insert */
[all …]
H A Dshell.c6865 unsigned int iFirst = p->nState; in re_subcompile_string() local
6889 if( p->nState>iFirst ) p->aArg[iFirst] = p->nState - iFirst; in re_subcompile_string()