Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c12470 int iIn = 1; in zipfileDequote() local
12473 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()
12474 char c = zIn[iIn++]; in zipfileDequote()
12475 if( c==q && zIn[iIn++]!=q ) break; in zipfileDequote()
15117 i64 iIn = 0; in expertDequote() local
15118 for(iIn=1; iIn<(n-1); iIn++){ in expertDequote()
15119 if( zIn[iIn]=='\'' ){ in expertDequote()
15120 assert( zIn[iIn+1]=='\'' ); in expertDequote()
15121 iIn++; in expertDequote()
15123 zRet[iOut++] = zIn[iIn]; in expertDequote()
H A Dsqlite3.c165315 int iIn; /* IN loop corresponding to the j-th constraint */ local
165322 for(iIn=0; ALWAYS(iIn<pLevel->u.in.nIn); iIn++){
165323 pOp = sqlite3VdbeGetOp(v, pLevel->u.in.aInLoop[iIn].addrInTop);
190199 int iIn; /* Input character index */ local
190207 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');
190214 iIn = 5;
190217 iIn = 7;
190223 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
190225 iIn = 16;
190230 iIn = 7;
[all …]