Searched defs:SQLITE_STATIC (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/sqlite/amalgamation/
H A Dsqlite3.h2846 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3762 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3772 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3857 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3389 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4305 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4315 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4400 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
7525 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT.
20103 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
20131 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
20348 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]
/external/sqlite/dist/orig/
H A Dsqlite3.h3380 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4333 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4343 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4433 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3495 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4448 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4458 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4548 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
8727 ** pointer will work here as long as it is distinct from SQLITE_STATIC
22146 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
[all...]
/external/sqlite/dist/
H A Dsqlite3.h3380 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4333 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4343 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4433 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3495 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4448 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4458 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4548 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
8727 ** pointer will work here as long as it is distinct from SQLITE_STATIC
22146 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
[all...]

Completed in 506 milliseconds