Home
last modified time | relevance | path

Searched refs:sqlite3KeyInfoIsWriteable (Results 1 – 4 of 4) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c1533 int sqlite3KeyInfoIsWriteable(KeyInfo *p){ return p->nRef==1; } in sqlite3KeyInfoIsWriteable() function
1565 assert( sqlite3KeyInfoIsWriteable(pInfo) ); in sqlite3KeyInfoFromExprList()
2507 assert( sqlite3KeyInfoIsWriteable(pRet) ); in multiSelectOrderByKeyInfo()
3514 assert( sqlite3KeyInfoIsWriteable(pKeyDup) ); in multiSelectOrderBy()
H A Dexpr.c3160 assert( sqlite3KeyInfoIsWriteable(pKeyInfo) ); in sqlite3CodeRhsOfIN()
3188 assert( sqlite3KeyInfoIsWriteable(pKeyInfo) ); in sqlite3CodeRhsOfIN()
H A DsqliteInt.h5128 int sqlite3KeyInfoIsWriteable(KeyInfo*);
H A Dbuild.c5540 assert( sqlite3KeyInfoIsWriteable(pKey) ); in sqlite3KeyInfoOfIndex()