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

/external/sqlite/dist/orig/
H A Dsqlite3ext.h398 #define sqlite3_result_blob sqlite3_api->result_blob macro
H A Dsqlite3.h4863 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
4890 ** ^The sqlite3_result_blob() interface sets the result from
4965 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
4969 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
4974 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
4992 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
H A Dshell.c1197 sqlite3_result_blob(context, SHA3Final(&cx), iSize/8, SQLITE_TRANSIENT);
1361 sqlite3_result_blob(context, SHA3Final(&cx), iSize/8, SQLITE_TRANSIENT);
3401 if( pBuf ) sqlite3_result_blob(context, pBuf, nBuf, sqlite3_free);
H A Dsqlite3.c5140 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
5167 ** ^The sqlite3_result_blob() interface sets the result from
5242 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
5246 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
5251 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
5269 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
76592 SQLITE_API void sqlite3_result_blob( function
111850 #define sqlite3_result_blob macro
[all...]
/external/sqlite/dist/
H A Dsqlite3ext.h398 #define sqlite3_result_blob sqlite3_api->result_blob macro
H A Dsqlite3.h4863 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
4890 ** ^The sqlite3_result_blob() interface sets the result from
4965 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
4969 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
4974 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
4992 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
H A Dshell.c1203 sqlite3_result_blob(context, SHA3Final(&cx), iSize/8, SQLITE_TRANSIENT);
1367 sqlite3_result_blob(context, SHA3Final(&cx), iSize/8, SQLITE_TRANSIENT);
3407 if( pBuf ) sqlite3_result_blob(context, pBuf, nBuf, sqlite3_free);
H A Dsqlite3.c5140 ** final argument to routines like [sqlite3_result_blob()]. ^If the destructor
5167 ** ^The sqlite3_result_blob() interface sets the result from
5242 ** or sqlite3_result_blob is a non-NULL pointer, then SQLite calls that
5246 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
5251 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
5269 SQLITE_API void sqlite3_result_blob(sqlite3_context*, const void*, int, void(*)(void*));
76592 SQLITE_API void sqlite3_result_blob( function
111850 #define sqlite3_result_blob macro
[all...]
/external/python/cpython2/Modules/_sqlite/
H A Dconnection.c571 sqlite3_result_blob(context, buffer, buflen, SQLITE_TRANSIENT);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c2216 sqlite3_result_blob((sqlite3_context *) f->sf,

Completed in 517 milliseconds