Searched refs:SQLITE_DETERMINISTIC (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h4509 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4515 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4612 #define SQLITE_DETERMINISTIC 0x800 macro
H A Dsqlite3.c4786 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4792 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4889 #define SQLITE_DETERMINISTIC 0x800 macro
14414 ** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
14421 ** SQLITE_FUNC_CONSTANT == SQLITE_DETERMINISTIC from the API
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4509 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4515 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4612 #define SQLITE_DETERMINISTIC 0x800 macro
H A Dsqlite3.c4786 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4792 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4889 #define SQLITE_DETERMINISTIC 0x800 macro
14414 ** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
14421 ** SQLITE_FUNC_CONSTANT == SQLITE_DETERMINISTIC from the API
[all...]

Completed in 1036 milliseconds