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

/netbsd-6-1-5-RELEASE/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h343 #define sqlite3_result_error16 sqlite3_api->result_error16 macro
H A Dsqlite3.h4075 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
4078 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
4081 ** interprets the string from sqlite3_result_error16() as UTF-16 in native
4083 ** or sqlite3_result_error16() is negative then SQLite takes as the error
4086 ** sqlite3_result_error16() is non-negative then SQLite takes that many
4088 ** ^The sqlite3_result_error() and sqlite3_result_error16()
4095 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4163 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
H A Dsqlite3.c4625 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
4628 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
4631 ** interprets the string from sqlite3_result_error16() as UTF-16 in native
4633 ** or sqlite3_result_error16() is negative then SQLite takes as the error
4636 ** sqlite3_result_error16() is non-negative then SQLite takes that many
4638 ** ^The sqlite3_result_error() and sqlite3_result_error16()
4645 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
4713 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
62864 SQLITE_API void sqlite3_result_error16(sqlite3_context *pCtx, const void *z, int n){ function
91190 #define sqlite3_result_error16 macro
91334 # define sqlite3_result_error16 macro
[all...]

Completed in 586 milliseconds