prefixOnly       96369 ext/sqlite3/libsqlite/sqlite3.c   int prefixOnly,      /* Compute only a unique prefix of the key */
prefixOnly       96391 ext/sqlite3/libsqlite/sqlite3.c   nCol = (prefixOnly && pIdx->uniqNotNull) ? pIdx->nKeyCol : pIdx->nColumn;