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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h461 #define sqlite3_errstr sqlite3_api->errstr macro
H A Dsqlite3.c3054 ** ^The sqlite3_errstr() interface returns the English-language text
3077 SQLITE_API const char *sqlite3_errstr(int);
97432 #define sqlite3_errstr macro
124119 SQLITE_API const char *sqlite3_errstr(int rc){ function
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h461 #define sqlite3_errstr sqlite3_api->errstr macro
H A Dsqlite3.c3054 ** ^The sqlite3_errstr() interface returns the English-language text
3077 SQLITE_API const char *sqlite3_errstr(int);
97452 #define sqlite3_errstr macro
124139 SQLITE_API const char *sqlite3_errstr(int rc){ function
[all...]

Completed in 341 milliseconds