Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c9622 int iIn = 1; in zipfileDequote() local
9625 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()
9626 char c = zIn[iIn++]; in zipfileDequote()
9627 if( c==q && zIn[iIn++]!=q ) break; in zipfileDequote()
12226 int iIn = 0; in expertDequote() local
12227 for(iIn=1; iIn<(n-1); iIn++){ in expertDequote()
12228 if( zIn[iIn]=='\'' ){ in expertDequote()
12229 assert( zIn[iIn+1]=='\'' ); in expertDequote()
12230 iIn++; in expertDequote()
12232 zRet[iOut++] = zIn[iIn]; in expertDequote()
H A Dsqlite3.c157661 int iIn; /* IN loop corresponding to the j-th constraint */
157668 for(iIn=0; ALWAYS(iIn<pLevel->u.in.nIn); iIn++){
157669 pOp = sqlite3VdbeGetOp(v, pLevel->u.in.aInLoop[iIn].addrInTop);
181160 int iIn; /* Input character index */
181168 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');
181175 iIn = 5;
181178 iIn = 7;
181184 if( strncmp(zUri+7, "///", 3)==0 ){ iIn++; }
181186 iIn = 16;
181191 iIn = 7;
[all …]