Home
last modified time | relevance | path

Searched refs:ppIdx (Results 1 – 2 of 2) sorted by relevance

/sqlite-3.40.0/src/
H A Dfkey.c187 Index **ppIdx, /* OUT: Unique index on parent table */ in sqlite3FkLocateIndex() argument
196 assert( ppIdx && *ppIdx==0 ); in sqlite3FkLocateIndex()
290 *ppIdx = pIdx; in sqlite3FkLocateIndex()
/sqlite-3.40.0/ext/repair/
H A Dcheckindex.c464 CidxIndex **ppIdx, /* OUT: Description of columns */ in cidxLookupIndex() argument
527 *ppIdx = pIdx; in cidxLookupIndex()