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

  /src/external/public-domain/sqlite/dist/
sqlite3.h 5952 ** This flag instructs SQLite to omit some corner-case optimizations that
7772 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7775 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7777 ** checked separately in byte code. If the omit flag is changed to true, then
7779 ** when the omit flag is true there is no guarantee that the constraint will
7847 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
10387 ** The virtual table is not required to omit rows that are duplicates
10398 ** is not required to omit rows that are duplicates over the "colUsed"
11336 ** Versions of the above #defines that omit the initial SQLITE_, fo
    [all...]
sqlite3.c 199 ** portability you should omit LFS.
6273 ** This flag instructs SQLite to omit some corner-case optimizations that
8093 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
8096 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
8098 ** checked separately in byte code. If the omit flag is changed to true, then
8100 ** when the omit flag is true there is no guarantee that the constraint will
8168 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
10708 ** The virtual table is not required to omit rows that are duplicates
10719 ** is not required to omit rows that are duplicates over the "colUsed
    [all...]

Completed in 117 milliseconds