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

/external/sqlite/dist/orig/
H A Dsqlite3.h4458 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4464 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4561 #define SQLITE_DETERMINISTIC 0x800 macro
H A Dsqlite3.c4735 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4741 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4838 #define SQLITE_DETERMINISTIC 0x800 macro
14346 ** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
14353 ** SQLITE_FUNC_CONSTANT == SQLITE_DETERMINISTIC from the API
[all...]
/external/sqlite/dist/
H A Dsqlite3.h4458 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4464 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4561 #define SQLITE_DETERMINISTIC 0x800 macro
H A Dsqlite3.c4735 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
4741 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
4838 #define SQLITE_DETERMINISTIC 0x800 macro
14346 ** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
14353 ** SQLITE_FUNC_CONSTANT == SQLITE_DETERMINISTIC from the API
[all...]

Completed in 653 milliseconds