Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c4069 int iSub; in DbObjCmd()
4074 if( Tcl_GetIndexFromObj(interp, objv[2], azSub, "sub-command", 0, &iSub) ){ in DbObjCmd()
4078 switch( (enum DbPreupdateSubCmd)iSub ){ in DbObjCmd()
4117 if( iSub==PRE_OLD ){ in DbObjCmd()
4120 assert( iSub==PRE_NEW ); in DbObjCmd()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c69306 u32 iSub = 0; /* Index into aSub array */ local
69316 for(iSub=0; iList & (1<<iSub); iSub++){
69318 assert( iSub<ArraySize(aSub) );
69319 p = &aSub[iSub];
69320 assert( p->aList && p->nList<=(1<<iSub) );
69321 assert( p->aList==&aList[iList&~((2<<iSub)-1)] );
69324 aSub[iSub].aList = aMerge;
69325 aSub[iSub].nList = nMerge;
69328 for(iSub++; iSub<ArraySize(aSub); iSub++){
69329 if( nList & (1<<iSub) ){
[all …]