Home
last modified time | relevance | path

Searched refs:sqlite3KeyInfoUnref (Results 1 – 6 of 6) sorted by relevance

/sqlite-3.40.0/src/
H A Dvdbemem.c1929 sqlite3KeyInfoUnref(pRec->pKeyInfo); in sqlite3Stat4ProbeFree()
H A Dselect.c1506 void sqlite3KeyInfoUnref(KeyInfo *p){ in sqlite3KeyInfoUnref() function
3139 sqlite3KeyInfoUnref(pKeyInfo); in multiSelect()
3617 sqlite3KeyInfoUnref(pKeyDup); in multiSelectOrderBy()
H A DsqliteInt.h5120 void sqlite3KeyInfoUnref(KeyInfo*);
H A Dvdbeaux.c1245 if( db->pnBytesFreed==0 ) sqlite3KeyInfoUnref((KeyInfo*)p4); in freeP4()
H A Dbuild.c5561 sqlite3KeyInfoUnref(pKey); in sqlite3KeyInfoOfIndex()
H A Dexpr.c3154 sqlite3KeyInfoUnref(pKeyInfo); in sqlite3CodeRhsOfIN()