Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c9700 int iIn = 1; in zipfileDequote() local
9703 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()
9704 char c = zIn[iIn++]; in zipfileDequote()
9705 if( c==q && zIn[iIn++]!=q ) break; in zipfileDequote()
12305 int iIn = 0; in expertDequote() local
12306 for(iIn=1; iIn<(n-1); iIn++){ in expertDequote()
12307 if( zIn[iIn]=='\'' ){ in expertDequote()
12308 assert( zIn[iIn+1]=='\'' ); in expertDequote()
12309 iIn++; in expertDequote()
12311 zRet[iOut++] = zIn[iIn]; in expertDequote()
H A Dsqlite3.c158938 int iIn; /* IN loop corresponding to the j-th constraint */
158945 for(iIn=0; ALWAYS(iIn<pLevel->u.in.nIn); iIn++){
158946 pOp = sqlite3VdbeGetOp(v, pLevel->u.in.aInLoop[iIn].addrInTop);
182776 int iIn; /* Input character index */
182784 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');
182791 iIn = 5;
182794 iIn = 7;
182800 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
182802 iIn = 16;
182807 iIn = 7;
[all …]