Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c10539 int iIn = 1; in zipfileDequote() local
10542 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()
10543 char c = zIn[iIn++]; in zipfileDequote()
10544 if( c==q && zIn[iIn++]!=q ) break; in zipfileDequote()
13144 int iIn = 0; in expertDequote() local
13145 for(iIn=1; iIn<(n-1); iIn++){ in expertDequote()
13146 if( zIn[iIn]=='\'' ){ in expertDequote()
13147 assert( zIn[iIn+1]=='\'' ); in expertDequote()
13148 iIn++; in expertDequote()
13150 zRet[iOut++] = zIn[iIn]; in expertDequote()
H A Dsqlite3.c161234 int iIn; /* IN loop corresponding to the j-th constraint */
161241 for(iIn=0; ALWAYS(iIn<pLevel->u.in.nIn); iIn++){
161242 pOp = sqlite3VdbeGetOp(v, pLevel->u.in.aInLoop[iIn].addrInTop);
185684 int iIn; /* Input character index */
185692 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');
185699 iIn = 5;
185702 iIn = 7;
185708 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
185710 iIn = 16;
185715 iIn = 7;
[all …]