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

/freebsd-11-stable/crypto/heimdal/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...]
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c20156 SQLITE_PRIVATE void sqlite3Error(sqlite3*,int);
31596 SQLITE_PRIVATE void sqlite3Error(sqlite3 *db, int err_code){ function
[all...]

Completed in 755 milliseconds