sqlite3KeyInfoAlloc 13497 ext/sqlite3/libsqlite/sqlite3.c SQLITE_PRIVATE KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
sqlite3KeyInfoAlloc 84695 ext/sqlite3/libsqlite/sqlite3.c       pKeyInfo = isRowid ? 0 : sqlite3KeyInfoAlloc(pParse->db, 1, 1);
sqlite3KeyInfoAlloc 95014 ext/sqlite3/libsqlite/sqlite3.c     pKey = sqlite3KeyInfoAlloc(pParse->db, nKey, nCol-nKey);
sqlite3KeyInfoAlloc 95016 ext/sqlite3/libsqlite/sqlite3.c     pKey = sqlite3KeyInfoAlloc(pParse->db, nCol, 0);
sqlite3KeyInfoAlloc 107522 ext/sqlite3/libsqlite/sqlite3.c   pInfo = sqlite3KeyInfoAlloc(db, nExpr-iStart, nExtra+1);
sqlite3KeyInfoAlloc 108350 ext/sqlite3/libsqlite/sqlite3.c   KeyInfo *pRet = sqlite3KeyInfoAlloc(db, nOrderBy+nExtra, 1);
sqlite3KeyInfoAlloc 108955 ext/sqlite3/libsqlite/sqlite3.c     pKeyInfo = sqlite3KeyInfoAlloc(db, nCol, 1);
sqlite3KeyInfoAlloc 109358 ext/sqlite3/libsqlite/sqlite3.c     pKeyDup = sqlite3KeyInfoAlloc(db, nExpr, 1);