Searched refs:iEntry (Results 1 – 2 of 2) sorted by relevance
21313 static int scanStatsHeight(sqlite3_stmt *p, int iEntry){ in scanStatsHeight() argument21316 sqlite3_stmt_scanstatus_v2(p, iEntry, in scanStatsHeight()
137766 int iFile, iEntry, c;137777 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){137779 zAltEntry[iEntry++] = (char)sqlite3UpperToLower[(unsigned)c];137782 memcpy(zAltEntry+iEntry, "_init", 6);