Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h482 #define sqlite3_result_error16 sqlite3_api->result_error16 macro
H A Dsqlite3.h5842 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
5845 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
5848 ** interprets the string from sqlite3_result_error16() as UTF-16 using
5851 ** or sqlite3_result_error16() is negative then SQLite takes as the error
5854 ** sqlite3_result_error16() is non-negative then SQLite takes that many
5856 ** ^The sqlite3_result_error() and sqlite3_result_error16()
5863 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
5968 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
/third_party/sqlite/src/
H A Dsqlite3.c6151 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
6154 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
6157 ** interprets the string from sqlite3_result_error16() as UTF-16 using
6160 ** or sqlite3_result_error16() is negative then SQLite takes as the error
6163 ** sqlite3_result_error16() is non-negative then SQLite takes that many
6165 ** ^The sqlite3_result_error() and sqlite3_result_error16()
6172 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
6277 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
88316 SQLITE_API void sqlite3_result_error16(sqlite3_context *pCtx, const void *z, int n){ global() function
132405 #define sqlite3_result_error16 global() macro
132677 # define sqlite3_result_error16 global() macro
[all...]

Completed in 152 milliseconds