Home
last modified time | relevance | path

Searched defs:sqlite3_vtab_collation (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dsqlite3ext.h648 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.c142881 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
143043 # define sqlite3_vtab_collation 0 macro
173143 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ function