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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h483 #define sqlite3_result_error16 sqlite3_api->result_error16 macro
H A Dsqlite3.h6072 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
6075 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
6078 ** interprets the string from sqlite3_result_error16() as UTF-16 using
6081 ** or sqlite3_result_error16() is negative then SQLite takes as the error
6084 ** sqlite3_result_error16() is non-negative then SQLite takes that many
6086 ** ^The sqlite3_result_error() and sqlite3_result_error16()
6093 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
6198 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
H A Dsqlite3.c6385 ** ^The sqlite3_result_error() and sqlite3_result_error16() functions
6388 ** 2nd parameter of sqlite3_result_error() or sqlite3_result_error16()
6391 ** interprets the string from sqlite3_result_error16() as UTF-16 using
6394 ** or sqlite3_result_error16() is negative then SQLite takes as the error
6397 ** sqlite3_result_error16() is non-negative then SQLite takes that many
6399 ** ^The sqlite3_result_error() and sqlite3_result_error16()
6406 ** or sqlite3_result_error16() resets the error code to SQLITE_ERROR.
6511 SQLITE_API void sqlite3_result_error16(sqlite3_context*, const void*, int);
90360 SQLITE_API void sqlite3_result_error16(sqlite3_context *pCtx, const void *z, int n){ function
135955 #define sqlite3_result_error16 macro
136230 # define sqlite3_result_error16 macro
[all...]
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1093 void sqlite3_result_error16(sqlite3_context*, const void*, int);

Completed in 591 milliseconds