Searched defs:sqlite3_result_blob (Results 1 - 5 of 5) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3ext.h297 #define sqlite3_result_blob sqlite3_api->result_blob macro
/external/sqlite/dist/orig/
H A Dsqlite3ext.h340 #define sqlite3_result_blob sqlite3_api->result_blob macro
H A Dsqlite3.c4626 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
4652 ** ^The sqlite3_result_blob() interface sets the result from
4723 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
4727 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
4732 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
4750 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
62950 SQLITE_API void sqlite3_result_blob( function
91313 #define sqlite3_result_blob macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h340 #define sqlite3_result_blob sqlite3_api->result_blob macro
H A Dsqlite3.c4626 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
4652 ** ^The sqlite3_result_blob() interface sets the result from
4723 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
4727 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
4732 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
4750 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
62963 SQLITE_API void sqlite3_result_blob( function
91326 #define sqlite3_result_blob macro
[all...]

Completed in 326 milliseconds