Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A Dcallback.c52 static int synthCollSeq(sqlite3 *db, CollSeq *pColl){ in synthCollSeq() function
224 if( p && !p->xCmp && synthCollSeq(db, p) ){ in sqlite3GetCollSeq()