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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h559 #define sqlite3_errstr sqlite3_api->errstr macro
H A Dsqlite3.h3761 ** ^The sqlite3_errstr() interface returns the English-language text
3784 SQLITE_API const char *sqlite3_errstr(int);
H A Dsqlite3.c4824 ** ^The sqlite3_errstr() interface returns the English-language text
4847 SQLITE_API const char *sqlite3_errstr(int);
125949 #define sqlite3_errstr macro
166674 SQLITE_API const char *sqlite3_errstr(int rc){ function
[all...]
/freebsd-13-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c3832 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));

Completed in 594 milliseconds