Searched refs:iIn (Results 1 – 2 of 2) sorted by relevance
12501 int iIn = 1; in zipfileDequote() local12504 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()12505 char c = zIn[iIn++]; in zipfileDequote()12506 if( c==q && zIn[iIn++]!=q ) break; in zipfileDequote()15155 i64 iIn = 0; in expertDequote() local15156 for(iIn=1; iIn<(n-1); iIn++){ in expertDequote()15157 if( zIn[iIn]=='\'' ){ in expertDequote()15158 assert( zIn[iIn+1]=='\'' ); in expertDequote()15159 iIn++; in expertDequote()15161 zRet[iOut++] = zIn[iIn]; in expertDequote()
165565 int iIn; /* IN loop corresponding to the j-th constraint */ local165572 for(iIn=0; ALWAYS(iIn<pLevel->u.in.nIn); iIn++){165573 pOp = sqlite3VdbeGetOp(v, pLevel->u.in.aInLoop[iIn].addrInTop);190490 i64 iIn; /* Input character index */ local190498 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');190505 iIn = 5;190508 iIn = 7;190514 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }190516 iIn = 16;190521 iIn = 7;[all …]