Searched refs:SQLITE_STATIC (Results 1 - 9 of 9) sorted by relevance

/external/sqlite/android/
H A Dsqlite3_android.cpp421 err = sqlite3_bind_text(statement, 1, base16buf, base16Size, SQLITE_STATIC);
/external/webkit/WebKitLibraries/WebCoreSQLite3/
H A Dsqlite3.h2438 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3334 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3344 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3429 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
/external/sqlite/dist/orig/
H A Dsqlite3.h3155 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4077 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4087 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4177 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3705 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4627 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4637 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4727 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
8071 ** pointer will work here as long as it is distinct from SQLITE_STATIC
20927 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
20955 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
21173 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]
H A Dshell.c324 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1835 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
/external/sqlite/dist/
H A Dsqlite3.h3155 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4077 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4087 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4177 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3705 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4627 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4637 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4727 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
8071 ** pointer will work here as long as it is distinct from SQLITE_STATIC
20927 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
20955 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
21173 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]
H A Dshell.c329 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1854 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
/external/javasqlite/src/main/native/
H A Dsqlite_jni.c3833 pos, "", 0, SQLITE_STATIC);
3893 SQLITE_STATIC);

Completed in 472 milliseconds