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

  /src/external/public-domain/sqlite/dist/
sqlite3.h 2544 ** unless those functions are tagged with [SQLITE_INNOCUOUS].
4472 ** if they are tagged with [SQLITE_INNOCUOUS] and virtual tables may only
5926 ** [[SQLITE_INNOCUOUS]] <dt>SQLITE_INNOCUOUS</dt><dd>
5927 ** The SQLITE_INNOCUOUS flag means that the function is unlikely
5934 ** <p> SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not
5942 ** the function is tagged with SQLITE_INNOCUOUS. Most built-in functions
5944 ** SQLITE_INNOCUOUS flag for application-defined functions unless the
5986 #define SQLITE_INNOCUOUS 0x000200000
sqlite3.c 2865 ** unless those functions are tagged with [SQLITE_INNOCUOUS].
4793 ** if they are tagged with [SQLITE_INNOCUOUS] and virtual tables may only
6247 ** [[SQLITE_INNOCUOUS]] <dt>SQLITE_INNOCUOUS</dt><dd>
6248 ** The SQLITE_INNOCUOUS flag means that the function is unlikely
6255 ** <p> SQLITE_INNOCUOUS is similar to SQLITE_DETERMINISTIC, but is not
6263 ** the function is tagged with SQLITE_INNOCUOUS. Most built-in functions
6265 ** SQLITE_INNOCUOUS flag for application-defined functions unless the
6307 #define SQLITE_INNOCUOUS 0x000200000
19041 ** SQLITE_FUNC_UNSAFE == SQLITE_INNOCUOUS -- opposite meanings!!
    [all...]

Completed in 117 milliseconds