Searched refs:sqlite3_errstr (Results 1 – 4 of 4) sorted by relevance
588 #define sqlite3_errstr sqlite3_api->errstr macro
3984 ** ^The sqlite3_errstr(E) interface returns the English-language text4015 SQLITE_API const char *sqlite3_errstr(int);
4297 ** ^The sqlite3_errstr(E) interface returns the English-language text4328 SQLITE_API const char *sqlite3_errstr(int);[all...]
3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc)); in DbMain()