Searched refs:iEnd (Results 1 - 1 of 1) sorted by relevance

/osnet-11/usr/src/lib/libsqlite/tool/
H A Dshowdb.c65 int iStart, iEnd; local
69 iEnd = mxPage;
71 iEnd = strtol(&zLeft[2], 0, 0);
73 iEnd = iStart;
75 if( iStart<1 || iEnd<iStart || iEnd>mxPage ){
81 while( iStart<=iEnd ){

Completed in 20 milliseconds