HomeSort by: relevance | last modified time | path
    Searched defs:SQLITE_STATIC (Results 1 - 2 of 2) sorted by relevancy

  /src/external/public-domain/sqlite/dist/
sqlite3.h 4944 ** ^ (2) The special constant, [SQLITE_STATIC], may be passed to indicate that
6417 ** argument is SQLITE_STATIC, it means that the content pointer is constant
6427 #define SQLITE_STATIC ((sqlite3_destructor_type)0)
6528 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
11289 ** values [SQLITE_STATIC] or [SQLITE_TRANSIENT], then SQLite will invoke
11293 ** parameter is the special-case value [SQLITE_STATIC], then SQLite assumes
sqlite3.c 5265 ** ^ (2) The special constant, [SQLITE_STATIC], may be passed to indicate that
6738 ** argument is SQLITE_STATIC, it means that the content pointer is constant
6748 #define SQLITE_STATIC ((sqlite3_destructor_type)0)
6849 ** sqlite3_result_blob is the special constant SQLITE_STATIC, then SQLite
11610 ** values [SQLITE_STATIC] or [SQLITE_TRANSIENT], then SQLite will invoke
11614 ** parameter is the special-case value [SQLITE_STATIC], then SQLite assumes
16321 ** pointer will work here as long as it is distinct from SQLITE_STATIC
    [all...]

Completed in 98 milliseconds