Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dbuild.c5396 static int collationMatch(const char *zColl, Index *pIndex){ in collationMatch() function
5420 if( zColl==0 || collationMatch(zColl, pIndex) ){ in reindexTable()