Searched refs:sqlite3_result_error16 (Results 1 - 6 of 6) sorted by last modified time

/freebsd-11-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...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c4537 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
4540 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
4543 ** interprets the string from sqlite3_result_error16() as UTF-16 in native
4545 ** or sqlite3_result_error16() is negative then SQLite takes as the error
4548 ** sqlite3_result_error16() is non-negative then SQLite takes that many
4550 ** ^The sqlite3_result_error() and sqlite3_result_error16()
4557 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4620 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
61767 SQLITE_API void sqlite3_result_error16(sqlite3_context *pCtx, const void *z, int n){ function
89214 #define sqlite3_result_error16 macro
89358 # define sqlite3_result_error16 macro
[all...]
H A Dsqlite3.h3984 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
3987 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
3990 ** interprets the string from sqlite3_result_error16() as UTF-16 in native
3992 ** or sqlite3_result_error16() is negative then SQLite takes as the error
3995 ** sqlite3_result_error16() is non-negative then SQLite takes that many
3997 ** ^The sqlite3_result_error() and sqlite3_result_error16()
4004 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4067 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
H A Dsqlite3ext.h322 #define sqlite3_result_error16 sqlite3_api->result_error16 macro

Completed in 1486 milliseconds