Lines Matching refs:sqlite3_result_error16
3716 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
3719 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
3722 ** interprets the string from sqlite3_result_error16() as UTF-16 in native
3724 ** or sqlite3_result_error16() is negative then SQLite takes as the error
3727 ** sqlite3_result_error16() is non-negative then SQLite takes that many
3729 ** ^The sqlite3_result_error() and sqlite3_result_error16()
3736 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
3799 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);