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