Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1204 static int qrfStatsHeight(sqlite3_stmt *p, int iEntry){ in qrfStatsHeight() argument
1207 sqlite3_stmt_scanstatus_v2(p, iEntry, in qrfStatsHeight()
H A Dsqlite3.c143828 int iFile, iEntry, c; local
143841 for(iEntry=8; (c = zFile[iFile])!=0 && c!='.'; iFile++){
143843 zAltEntry[iEntry++] = (char)sqlite3UpperToLower[(unsigned)c];
143846 memcpy(zAltEntry+iEntry, "_init", 6);