Searched refs:iEntry (Results 1 – 2 of 2) sorted by relevance
23756 static int scanStatsHeight(sqlite3_stmt *p, int iEntry){ in scanStatsHeight() argument23759 sqlite3_stmt_scanstatus_v2(p, iEntry, in scanStatsHeight()
139710 int iFile, iEntry, c;139721 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){139723 zAltEntry[iEntry++] = (char)sqlite3UpperToLower[(unsigned)c];139726 memcpy(zAltEntry+iEntry, "_init", 6);