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

/netbsd-current/external/public-domain/sqlite/dist/
H A Dsqlite3ext.h608 #define sqlite3_result_text64 sqlite3_api->result_text64 macro
H A Dsqlite3.h6116 ** ^The sqlite3_result_text64() interface sets the return value of an
6123 ** other than sqlite3_result_text64() is negative, then SQLite computes
6150 ** sqlite3_result_text16be() routines, and for sqlite3_result_text64()
6164 ** sqlite3_result_text64() routines, if the text contains invalid
6206 SQLITE_API void sqlite3_result_text64(sqlite3_context*, const char*,sqlite3_uint64,
H A Dsqlite3.c6429 ** ^The sqlite3_result_text64() interface sets the return value of an
6436 ** other than sqlite3_result_text64() is negative, then SQLite computes
6463 ** sqlite3_result_text16be() routines, and for sqlite3_result_text64()
6477 ** sqlite3_result_text64() routines, if the text contains invalid
6519 SQLITE_API void sqlite3_result_text64(sqlite3_context*, const char*,sqlite3_uint64,
90446 SQLITE_API void sqlite3_result_text64( function
136080 #define sqlite3_result_text64 macro
[all...]
H A Dshell.c18517 sqlite3_result_text64(context, (const char*)p, sz,
/netbsd-current/external/gpl3/gcc.old/dist/libphobos/src/etc/c/
H A Dsqlite3.d1109 void sqlite3_result_text64(sqlite3_context*, const char*,sqlite3_uint64,void function(void*), ubyte encoding);

Completed in 758 milliseconds