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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h588 #define sqlite3_errstr sqlite3_api->errstr macro
H A Dsqlite3.h3965 ** ^The sqlite3_errstr(E) interface returns the English-language text
3996 SQLITE_API const char *sqlite3_errstr(int);
H A Dsqlite3.c4278 ** ^The sqlite3_errstr(E) interface returns the English-language text
4309 SQLITE_API const char *sqlite3_errstr(int);
136060 #define sqlite3_errstr macro
180917 SQLITE_API const char *sqlite3_errstr(int rc){ function
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d710 const(char)* sqlite3_errstr(int);
/netbsd-current/external/public-domain/sqlite/dist/tea/generic/
H A Dtclsqlite3.c3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));

Completed in 760 milliseconds