HomeSort by: relevance | last modified time | path
    Searched refs:sqlite3_errstr (Results 1 - 4 of 4) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3ext.h 588 #define sqlite3_errstr sqlite3_api->errstr macro
sqlite3.h 3965 ** ^The sqlite3_errstr(E) interface returns the English-language text
3996 SQLITE_API const char *sqlite3_errstr(int);
sqlite3.c 4278 ** ^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...]
  /src/external/public-domain/sqlite/dist/tea/generic/
tclsqlite3.c 3893 zErrMsg = sqlite3_mprintf("%s", sqlite3_errstr(rc));

Completed in 122 milliseconds