Home
last modified time | relevance | path

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

/freebsd-14.2/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.c158945 for(iIn=0; ALWAYS(iIn<pLevel->u.in.nIn); iIn++){
182784 for(iIn=0; iIn<nUri; iIn++) nByte += (zUri[iIn]=='&');
182791 iIn = 5;
182808 while( zUri[iIn] && zUri[iIn]!='/' ) iIn++;
182830 iIn++;
182864 while( zUri[iIn] && zUri[iIn]!='#' && zUri[iIn-1]!='&' ) iIn++;
207971 for(iIn=iOut=0; iIn<sz; iIn++){
235803 return iIn;
238832 iIn++;
238836 iIn++;
[all …]