Home
last modified time | relevance | path

Searched refs:iEntry (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c21313 static int scanStatsHeight(sqlite3_stmt *p, int iEntry){ in scanStatsHeight() argument
21316 sqlite3_stmt_scanstatus_v2(p, iEntry, in scanStatsHeight()
H A Dsqlite3.c137766 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);