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

/netgear-WNDR4500-V1.0.1.40_1.0.68/ap/gpl/minidlna/sqlite-3.6.22/
H A Dsqlite3.h2567 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3423 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3433 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
3518 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
H A Dshell.c1169 sqlite3_result_text(context, zShellStatic, -1, SQLITE_STATIC);
2579 sqlite3_bind_text(pStmt, i+1, azCol[i], -1, SQLITE_STATIC);
H A Dsqlite3.c3091 ** the special value [SQLITE_STATIC], then SQLite assumes that the
3947 ** argument is SQLITE_STATIC, it means that the content pointer is constant
3957 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro
4042 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
6702 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT.
18270 sqlite3VdbeMemSetStr(&m, z, nByte, SQLITE_UTF16NATIVE, SQLITE_STATIC);
18296 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC);
18511 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC);
[all...]

Completed in 506 milliseconds