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

/macosx-10.10.1/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3ext.h319 #define sqlite3_result_blob sqlite3_api->result_blob macro
H A Dsqlite3.h3945 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
3971 ** ^The sqlite3_result_blob() interface sets the result from
4037 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
4041 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
4046 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
4064 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
H A Dsqlite3.c4498 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
4524 ** ^The sqlite3_result_blob() interface sets the result from
4590 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
4594 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
4599 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
4617 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
61747 SQLITE_API void sqlite3_result_blob( function
89211 #define sqlite3_result_blob macro
[all...]

Completed in 380 milliseconds