Searched refs:iFile (Results 1 – 1 of 1) sorted by relevance
143828 int iFile, iEntry, c; local143838 for(iFile=ncFile-1; iFile>=0 && !DirSep(zFile[iFile]); iFile--){}143839 iFile++;143840 if( sqlite3_strnicmp(zFile+iFile, "lib", 3)==0 ) iFile += 3;143841 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){