Lines Matching refs:iFile
105073 int iFile, iEntry, c;105081 for(iFile=ncFile-1; iFile>=0 && zFile[iFile]!='/'; iFile--){}105082 iFile++;105083 if( sqlite3_strnicmp(zFile+iFile, "lib", 3)==0 ) iFile += 3;105084 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){