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

/freebsd-13-stable/contrib/sqlite3/
H A Dsqlite3ext.h454 #define sqlite3_result_error16 sqlite3_api->result_error16 macro
H A Dsqlite3.h5665 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
5668 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
5671 ** interprets the string from sqlite3_result_error16() as UTF-16 using
5674 ** or sqlite3_result_error16() is negative then SQLite takes as the error
5677 ** sqlite3_result_error16() is non-negative then SQLite takes that many
5679 ** ^The sqlite3_result_error() and sqlite3_result_error16()
5686 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
5790 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
H A Dsqlite3.c6728 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
6731 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
6734 ** interprets the string from sqlite3_result_error16() as UTF-16 using
6737 ** or sqlite3_result_error16() is negative then SQLite takes as the error
6740 ** sqlite3_result_error16() is non-negative then SQLite takes that many
6742 ** ^The sqlite3_result_error() and sqlite3_result_error16()
6749 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
6853 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
84059 SQLITE_API void sqlite3_result_error16(sqlite3_context *pCtx, const void *z, int n){ function
125844 #define sqlite3_result_error16 macro
126092 # define sqlite3_result_error16 macro
[all...]

Completed in 583 milliseconds