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

/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2533 ** the special value [SQLITE_STATIC], then SQLite assumes that the
2617 ** constant [SQLITE_STATIC], SQLite assumes that the value V
3884 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3894 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3981 ** or sqlite3_result_blob is the special constant SQLITE_STATIC, then
4081 ** [sqlite3_result_text16le(C,V,N,D)] is the constant [SQLITE_STATIC]
4096 ** the constants [SQLITE_STATIC] and [SQLITE_TRANSIENT] then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2533 ** the special value [SQLITE_STATIC], then SQLite assumes that the
2617 ** constant [SQLITE_STATIC], SQLite assumes that the value V
3884 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3894 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3981 ** or sqlite3_result_blob is the special constant SQLITE_STATIC, then
4081 ** [sqlite3_result_text16le(C,V,N,D)] is the constant [SQLITE_STATIC]
4096 ** the constants [SQLITE_STATIC] and [SQLITE_TRANSIENT] then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/db-4.8.30/db_sql/sqlite/
H A Dsqlite3.h2533 ** the special value [SQLITE_STATIC], then SQLite assumes that the
2617 ** constant [SQLITE_STATIC], SQLite assumes that the value V
3884 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3894 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3981 ** or sqlite3_result_blob is the special constant SQLITE_STATIC, then
4081 ** [sqlite3_result_text16le(C,V,N,D)] is the constant [SQLITE_STATIC]
4096 ** the constants [SQLITE_STATIC] and [SQLITE_TRANSIENT] then
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt/router/sqlite/
H A Dshell.c307 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1746 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
H A Dsqlite3.h2704 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3568 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3578 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3663 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3241 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4105 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4115 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4200 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
7007 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT.
19443 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
19471 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
19688 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src/router/sqlite/
H A Dshell.c307 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1746 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
H A Dsqlite3.h2704 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3568 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3578 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3663 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3241 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4105 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4115 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4200 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
7007 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT.
19443 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
19471 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
19688 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]
/asuswrt-rt-n18u-9.0.0.4.380.2695/release/src-rt-6.x.4708/router/sqlite/
H A Dshell.c307 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
1746 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
H A Dsqlite3.h2704 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3568 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3578 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3663 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dsqlite3.c3241 ** the special value [SQLITE_STATIC], then SQLite assumes that the
4105 ** argument is SQLITE_STATIC, it means that the content pointer is constant
4115 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4200 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
7007 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT.
19443 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC);
19471 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
19688 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]

Completed in 1160 milliseconds