Searched refs:sqlite3_errstr (Results 1 - 3 of 3) sorted by relevance

/freebsd-10.2-release/contrib/sqlite3/
H A Dsqlite3ext.h461 #define sqlite3_errstr sqlite3_api->errstr macro
H A Dsqlite3.h2862 ** ^The sqlite3_errstr() interface returns the English-language text
2885 SQLITE_API const char *sqlite3_errstr(int);
H A Dsqlite3.c3433 ** ^The sqlite3_errstr() interface returns the English-language text
3456 SQLITE_API const char *sqlite3_errstr(int);
92638 #define sqlite3_errstr macro
116718 SQLITE_API const char *sqlite3_errstr(int rc){ function
[all...]

Completed in 415 milliseconds