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 5580 ** This flag instructs SQLite to omit some corner-case optimizations that
7376 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7379 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7381 ** checked separately in byte code. If the omit flag is change to true, then
7383 ** when the omit flag is true there is no guarantee that the constraint will
7449 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
9925 ** are adjacent. ^The virtual table may, if it chooses, omit extra rows
9932 ** rows to be sorted.)^ ^The virtual table implementation is free to omit
9934 ** it is not required to omit any rows. This mode is used for querie
    [all...]
sqlite3.c 194 ** portability you should omit LFS.
5893 ** This flag instructs SQLite to omit some corner-case optimizations that
7689 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7692 ** aConstraintUsage[].omit flag is an optimization hint. When the omit flag
7694 ** checked separately in byte code. If the omit flag is change to true, then
7696 ** when the omit flag is true there is no guarantee that the constraint will
7762 unsigned char omit; /* Do not code a test for this constraint */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
10238 ** are adjacent. ^The virtual table may, if it chooses, omit extra rows
10245 ** rows to be sorted.)^ ^The virtual table implementation is free to omit
    [all...]

Completed in 266 milliseconds