Lines Matching defs:iFile
133246 int iFile, iEntry, c;133254 for(iFile=ncFile-1; iFile>=0 && !DirSep(zFile[iFile]); iFile--){}133255 iFile++;133256 if( sqlite3_strnicmp(zFile+iFile, "lib", 3)==0 ) iFile += 3;133257 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){