Home
last modified time | relevance | path

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

/netbsd/external/public-domain/sqlite/dist/
H A Dshell.c4370 int iIn = 1; in zipfileDequote() local
4373 while( ALWAYS(zIn[iIn]) ){ in zipfileDequote()
4374 char c = zIn[iIn++]; in zipfileDequote()
4375 if( c==q && zIn[iIn++]!=q ) break; in zipfileDequote()
6910 int iIn = 0; in expertDequote() local
6911 for(iIn=1; iIn<(n-1); iIn++){ in expertDequote()
6912 if( zIn[iIn]=='\'' ){ in expertDequote()
6913 assert( zIn[iIn+1]=='\'' ); in expertDequote()
6914 iIn++; in expertDequote()
6916 zRet[iOut++] = zIn[iIn]; in expertDequote()
H A Dsqlite3.c155507 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');
155511 iIn = 5;
155514 iIn = 7;
155527 iIn = 7;
155528 while( zUri[iIn] && zUri[iIn]!='/' ) iIn++;
155550 iIn++;
155584 while( zUri[iIn] && zUri[iIn]!='#' && zUri[iIn-1]!='&' ) iIn++;
202485 int iIn = 1;
202512 return iIn;
205262 iIn++;
[all …]