Searched refs:sqlite3_errcode (Results 1 - 6 of 6) sorted by relevance

/macosx-10.10/Security-57031.1.35/Security/include/security_utilities/
H A Dsqlite++.cpp168 return sqlite3_errcode(mDb);
/macosx-10.10/Security-57031.1.35/Security/libsecurity_utilities/lib/
H A Dsqlite++.cpp168 return sqlite3_errcode(mDb);
/macosx-10.10/WebCore-7600.1.25/platform/sql/
H A DSQLiteDatabase.cpp353 return m_db ? sqlite3_errcode(m_db) : m_openError;
/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h287 #define sqlite3_errcode sqlite3_api->errcode macro
H A Dsqlite3.h1932 ** reflected in subsequent calls to [sqlite3_errcode()] or
2612 ** ^The sqlite3_errcode() interface returns the numeric [result code] or
2616 ** sqlite3_errcode() is undefined. ^The sqlite3_extended_errcode()
2642 SQLITE_API int sqlite3_errcode(sqlite3 *db);
3552 ** pointer. Subsequent calls to [sqlite3_errcode()] will return
5063 ** accessible via [sqlite3_errcode()] and [sqlite3_errmsg()] and related
5552 ** code is not remembered and will not be recalled by [sqlite3_errcode()]
6126 ** can be retrieved using the [sqlite3_errcode()], [sqlite3_errmsg()], and/or
H A Dsqlite3.c2485 ** reflected in subsequent calls to [sqlite3_errcode()] or
3165 ** ^The sqlite3_errcode() interface returns the numeric [result code] or
3169 ** sqlite3_errcode() is undefined. ^The sqlite3_extended_errcode()
3195 SQLITE_API int sqlite3_errcode(sqlite3 *db);
4105 ** pointer. Subsequent calls to [sqlite3_errcode()] will return
5616 ** accessible via [sqlite3_errcode()] and [sqlite3_errmsg()] and related
6105 ** code is not remembered and will not be recalled by [sqlite3_errcode()]
6679 ** can be retrieved using the [sqlite3_errcode()], [sqlite3_errmsg()], and/or
18859 ** then the connection error-code (the value returned by sqlite3_errcode())
89179 #define sqlite3_errcode macro
111748 SQLITE_API int sqlite3_errcode(sqlite3 *db){ function
[all...]

Completed in 520 milliseconds