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

/netbsd-current/external/public-domain/sqlite/man/
H A DMakefile212 sqlite3_vtab_collation.3 \
/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h638 #define sqlite3_vtab_collation sqlite3_api->vtab_collation macro
H A Dsqlite3.h7506 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
7508 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
9886 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
H A Dshell.c12319 const char *zColl = sqlite3_vtab_collation(pIdxInfo, i);
H A Dsqlite3.c7819 ** the [sqlite3_vtab_collation()] interface. For most real-world virtual
7821 ** because the constraints are numeric) and so the sqlite3_vtab_collation()
10199 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info*,int);
136110 #define sqlite3_vtab_collation macro
136262 # define sqlite3_vtab_collation macro
165026 SQLITE_API const char *sqlite3_vtab_collation(sqlite3_index_info *pIdxInfo, int iCons){ function
[all...]

Completed in 756 milliseconds