Home
last modified time | relevance | path

Searched refs:sqlite3_errstr (Results 1 – 4 of 4) sorted by relevance

/freebsd-src/contrib/sqlite3/
H A Dsqlite3ext.h588 #define sqlite3_errstr sqlite3_api->errstr macro
H A Dsqlite3.h3984 ** ^The sqlite3_errstr(E) interface returns the English-language text
4015 SQLITE_API const char *sqlite3_errstr(int);
H A Dsqlite3.c4297 ** ^The sqlite3_errstr(E) interface returns the English-language text
4328 SQLITE_API const char *sqlite3_errstr(int);
[all...]
/freebsd-src/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc)); in DbMain()