Home
last modified time | relevance | path

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

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