Home
last modified time | relevance | path

Searched refs:sqlite3KeyInfoRef (Results 1 – 3 of 3) sorted by relevance

/sqlite-3.40.0/src/
H A Dselect.c1518 KeyInfo *sqlite3KeyInfoRef(KeyInfo *p){ in sqlite3KeyInfoRef() function
3134 sqlite3VdbeChangeP4(v, addr, (char*)sqlite3KeyInfoRef(pKeyInfo), in multiSelect()
3211 (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO); in generateOutputSubroutine()
7623 (char*)sqlite3KeyInfoRef(pKeyInfo), P4_KEYINFO); in sqlite3Select()
H A DsqliteInt.h5121 KeyInfo *sqlite3KeyInfoRef(KeyInfo*);
H A Dbuild.c3771 sqlite3KeyInfoRef(pKey), P4_KEYINFO); in sqlite3RefillIndex()