Home
last modified time | relevance | path

Searched refs:sqlite3KeyInfoAlloc (Results 1 – 5 of 5) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c1486 KeyInfo *sqlite3KeyInfoAlloc(sqlite3 *db, int N, int X){ in sqlite3KeyInfoAlloc() function
1563 pInfo = sqlite3KeyInfoAlloc(db, nExpr-iStart, nExtra+1); in sqlite3KeyInfoFromExprList()
2491 KeyInfo *pRet = sqlite3KeyInfoAlloc(db, nOrderBy+nExtra, 1); in multiSelectOrderByKeyInfo()
3112 pKeyInfo = sqlite3KeyInfoAlloc(db, nCol, 1); in multiSelect()
3512 pKeyDup = sqlite3KeyInfoAlloc(db, nExpr, 1); in multiSelectOrderBy()
H A Dbuild.c5535 pKey = sqlite3KeyInfoAlloc(pParse->db, nKey, nCol-nKey); in sqlite3KeyInfoOfIndex()
5537 pKey = sqlite3KeyInfoAlloc(pParse->db, nCol, 0); in sqlite3KeyInfoOfIndex()
H A DsqliteInt.h5119 KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
H A Dexpr.c3123 pKeyInfo = sqlite3KeyInfoAlloc(pParse->db, nVal, 1); in sqlite3CodeRhsOfIN()
H A Dwhere.c6132 pInfo = sqlite3KeyInfoAlloc(pParse->db, 1, 0); in sqlite3WhereBegin()