Lines Matching defs:sqlite3_vtab_collation
8227 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
8229 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
10670 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
142868 #define sqlite3_vtab_collation sqlite3_api->vtab_collation
143030 # define sqlite3_vtab_collation 0
143381 sqlite3_vtab_collation,
168595 ** sqlite3_vtab_collation() interface knows how to reach it, however.
168598 ** next. As long as allocateIndexInfo() and sqlite3_vtab_collation()
169356 sqlite3_vtab_collation(p,i));
173123 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){