Home
last modified time | relevance | path

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

/third_party/sqlite/include/
H A Dsqlite3ext.h607 #define sqlite3_result_text64 sqlite3_api->result_text64 macro
H A Dsqlite3.h5886 ** ^The sqlite3_result_text64() interface sets the return value of an
5893 ** other than sqlite3_result_text64() is negative, then SQLite computes
5920 ** sqlite3_result_text16be() routines, and for sqlite3_result_text64()
5934 ** sqlite3_result_text64() routines, if the text contains invalid
5976 SQLITE_API void sqlite3_result_text64(sqlite3_context*, const char*,sqlite3_uint64,
/third_party/sqlite/src/
H A Dshell.c15904 sqlite3_result_text64(context, (const char*)p, sz, in editFunc()
H A Dsqlite3.c6195 ** ^The sqlite3_result_text64() interface sets the return value of an
6202 ** other than sqlite3_result_text64() is negative, then SQLite computes
6229 ** sqlite3_result_text16be() routines, and for sqlite3_result_text64()
6243 ** sqlite3_result_text64() routines, if the text contains invalid
6285 SQLITE_API void sqlite3_result_text64(sqlite3_context*, const char*,sqlite3_uint64,
88361 SQLITE_API void sqlite3_result_text64( global() function
132530 #define sqlite3_result_text64 global() macro
[all...]

Completed in 203 milliseconds