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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3.c9675 ** internal function sqlite3Error() is used to set these variables
11835 SQLITE_PRIVATE void sqlite3Error(sqlite3*, int, const char*,...);
19290 ** is unsafe, as is the call to sqlite3Error().
19294 sqlite3Error(db, SQLITE_NOMEM, 0);
21094 ** To clear the most recent error for sqlite handle "db", sqlite3Error
21098 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ function
21127 ** stored by this function into the database handle using sqlite3Error().
21128 ** Function sqlite3Error() should be used during statement execution
[all...]

Completed in 376 milliseconds