Searched defs:SQLITE_TRANSIENT (Results 1 - 3 of 3) sorted by relevance

/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2440 ** If the fifth argument has the value [SQLITE_TRANSIENT], then
3336 ** SQLITE_TRANSIENT value means that the content will likely change in
3345 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
3433 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
/external/sqlite/dist/
H A Dsqlite3.h2772 ** ^If the fifth argument has the value [SQLITE_TRANSIENT], then
3680 ** SQLITE_TRANSIENT value means that the content will likely change in
3689 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
3778 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
H A Dsqlite3.c3319 ** ^If the fifth argument has the value [SQLITE_TRANSIENT], then
4227 ** SQLITE_TRANSIENT value means that the content will likely change in
4236 #define SQLITE_TRANSIENT ((sqlite3_destructor_type)-1) macro
4325 ** or sqlite3_result_blob is the special constant SQLITE_TRANSIENT
7313 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT.
13389 sqlite3_result_text(context, zBuf, -1, SQLITE_TRANSIENT);
13408 sqlite3_result_text(context, zBuf, -1, SQLITE_TRANSIENT);
13427 sqlite3_result_text(context, zBuf, -1, SQLITE_TRANSIENT);
13578 z==zBuf ? SQLITE_TRANSIENT : SQLITE_DYNAMIC);
13669 sqlite3_result_text(context, zBuf, -1, SQLITE_TRANSIENT);
[all...]

Completed in 260 milliseconds