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

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c9444 ** internal function sqlite3Error() is used to set these variables
11583 SQLITE_PRIVATE void sqlite3Error(sqlite3*, int, const char*,...);
18865 ** is unsafe, as is the call to sqlite3Error().
18869 sqlite3Error(db, SQLITE_NOMEM, 0);
20728 ** To clear the most recent error for sqlite handle "db", sqlite3Error
20732 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code, const char *zFormat, ...){ function
20761 ** stored by this function into the database handle using sqlite3Error().
20762 ** Function sqlite3Error() should be used during statement execution
[all...]

Completed in 701 milliseconds