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

  /src/external/public-domain/sqlite/dist/
sqlite3.h 2546 ** unless those virtual tables are tagged with [SQLITE_VTAB_INNOCUOUS].
4473 ** be used if they are tagged with [SQLITE_VTAB_INNOCUOUS]. Best practice
10252 ** [[SQLITE_VTAB_INNOCUOUS]]<dt>SQLITE_VTAB_INNOCUOUS</dt>
10254 ** [sqlite3_vtab_config](db,SQLITE_VTAB_INNOCUOUS) from within the
10257 ** and views. Conceptually, the SQLITE_VTAB_INNOCUOUS tag means that the
10259 ** malicious hacker. Developers should avoid setting the SQLITE_VTAB_INNOCUOUS
10274 #define SQLITE_VTAB_INNOCUOUS 2
sqlite3.c 2867 ** unless those virtual tables are tagged with [SQLITE_VTAB_INNOCUOUS].
4794 ** be used if they are tagged with [SQLITE_VTAB_INNOCUOUS]. Best practice
10573 ** [[SQLITE_VTAB_INNOCUOUS]]<dt>SQLITE_VTAB_INNOCUOUS</dt>
10575 ** [sqlite3_vtab_config](db,SQLITE_VTAB_INNOCUOUS) from within the
10578 ** and views. Conceptually, the SQLITE_VTAB_INNOCUOUS tag means that the
10580 ** malicious hacker. Developers should avoid setting the SQLITE_VTAB_INNOCUOUS
10595 #define SQLITE_VTAB_INNOCUOUS 2
    [all...]

Completed in 159 milliseconds