Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c20050 static int scanStatsHeight(sqlite3_stmt *p, int iEntry){ in scanStatsHeight() argument
20053 sqlite3_stmt_scanstatus_v2(p, iEntry, in scanStatsHeight()
H A Dsqlite3.c136805 int iFile, iEntry, c;
136816 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){
136818 zAltEntry[iEntry++] = (char)sqlite3UpperToLower[(unsigned)c];
136821 memcpy(zAltEntry+iEntry, "_init", 6);