Searched defs:SQLITE_STATIC (Results 1 - 2 of 2) sorted by relevance
| /PHP_5_5/ext/sqlite3/libsqlite/ |
| H A D | sqlite3.c | 3551 ** the special value [SQLITE_STATIC], then SQLite assumes that the 4467 ** argument is SQLITE_STATIC, it means that the content pointer is constant 4477 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro 4562 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite 7785 ** This is an internal extension to SQLITE_STATIC and SQLITE_TRANSIENT. 20408 sqlite3VdbeMemSetStr(&m, z, nByte, enc, SQLITE_STATIC); 20436 sqlite3VdbeMemSetStr(&m, z, n, SQLITE_UTF8, SQLITE_STATIC); 20653 sqlite3ValueSetStr(db->pErr, 0, 0, SQLITE_UTF8, SQLITE_STATIC); [all...] |
| H A D | sqlite3.h | 3004 ** the special value [SQLITE_STATIC], then SQLite assumes that the 3920 ** argument is SQLITE_STATIC, it means that the content pointer is constant 3930 #define SQLITE_STATIC ((sqlite3_destructor_type)0) macro 4015 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
|
Completed in 143 milliseconds