Searched refs:sqlite3KeyInfoAlloc (Results 1 – 5 of 5) sorted by relevance
| /sqlite-3.40.0/src/ |
| H A D | select.c | 1486 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 D | build.c | 5535 pKey = sqlite3KeyInfoAlloc(pParse->db, nKey, nCol-nKey); in sqlite3KeyInfoOfIndex() 5537 pKey = sqlite3KeyInfoAlloc(pParse->db, nCol, 0); in sqlite3KeyInfoOfIndex()
|
| H A D | sqliteInt.h | 5119 KeyInfo *sqlite3KeyInfoAlloc(sqlite3*,int,int);
|
| H A D | expr.c | 3123 pKeyInfo = sqlite3KeyInfoAlloc(pParse->db, nVal, 1); in sqlite3CodeRhsOfIN()
|
| H A D | where.c | 6132 pInfo = sqlite3KeyInfoAlloc(pParse->db, 1, 0); in sqlite3WhereBegin()
|