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

  /src/external/public-domain/sqlite/dist/
sqlite3.h 5705 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
5711 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
5893 ** [[SQLITE_DETERMINISTIC]] <dt>SQLITE_DETERMINISTIC</dt><dd>
5894 ** The SQLITE_DETERMINISTIC flag means that the new function always gives
5934 ** <p> SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not
5983 #define SQLITE_DETERMINISTIC 0x000000800
sqlite3.c 6026 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
6032 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
6214 ** [[SQLITE_DETERMINISTIC]] <dt>SQLITE_DETERMINISTIC</dt><dd>
6215 ** The SQLITE_DETERMINISTIC flag means that the new function always gives
6255 ** <p> SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not
6304 #define SQLITE_DETERMINISTIC 0x000000800
19030 ** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
19039 ** SQLITE_FUNC_CONSTANT == SQLITE_DETERMINISTIC from the API
19167 {nArg, SQLITE_FUNC_BUILTIN|SQLITE_DETERMINISTIC|SQLITE_FUNC_CONSTANT|
    [all...]

Completed in 71 milliseconds