Searched refs:sqlite3_vtab_collation (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h609 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.h9297 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
H A Dshell.c8839 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i);
H A Dsqlite3.c10360 SQLITE_API SQLITE_EXPERIMENTAL const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
125999 #define sqlite3_vtab_collation macro
126124 # define sqlite3_vtab_collation macro
151671 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ function
[all...]

Completed in 779 milliseconds