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

/freebsd-11-stable/contrib/subversion/subversion/libsvn_subr/
H A Dsqlite.c72 #ifndef SQLITE_DETERMINISTIC
73 #define SQLITE_DETERMINISTIC 0 macro
1117 SQLITE_UTF8 | SQLITE_DETERMINISTIC,
1121 SQLITE_UTF8 | SQLITE_DETERMINISTIC,
1125 SQLITE_UTF8 | SQLITE_DETERMINISTIC,
1563 eTextRep |= SQLITE_DETERMINISTIC;
/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.h5091 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
5097 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
5234 ** [[SQLITE_DETERMINISTIC]] <dt>SQLITE_DETERMINISTIC</dt><dd>
5235 ** The SQLITE_DETERMINISTIC flag means that the new function always gives
5264 ** <p> SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not
5290 #define SQLITE_DETERMINISTIC 0x000000800 macro
H A Dshell.c2098 SQLITE_UTF8 | SQLITE_INNOCUOUS | SQLITE_DETERMINISTIC,
2102 SQLITE_UTF8 | SQLITE_INNOCUOUS | SQLITE_DETERMINISTIC,
5124 SQLITE_UTF8|SQLITE_INNOCUOUS|SQLITE_DETERMINISTIC,
5129 SQLITE_UTF8|SQLITE_INNOCUOUS|SQLITE_DETERMINISTIC, 0,
H A Dsqlite3.c6154 ** ^The fourth parameter may optionally be ORed with [SQLITE_DETERMINISTIC]
6160 ** of the [SQLITE_DETERMINISTIC] flag is recommended where possible.
6297 ** [[SQLITE_DETERMINISTIC]] <dt>SQLITE_DETERMINISTIC</dt><dd>
6298 ** The SQLITE_DETERMINISTIC flag means that the new function always gives
6327 ** <p> SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not
6353 #define SQLITE_DETERMINISTIC 0x000000800 macro
17287 ** SQLITE_FUNC_CONSTANT must be the same as SQLITE_DETERMINISTIC. There
17294 ** SQLITE_FUNC_CONSTANT == SQLITE_DETERMINISTIC from the API
[all...]
/freebsd-11-stable/contrib/sqlite3/tea/generic/
H A Dtclsqlite3.c2860 flags |= SQLITE_DETERMINISTIC;

Completed in 696 milliseconds