Searched defs:sqlite3_index_constraint_usage (Results 1 – 11 of 11) sorted by relevance
| /external/rust/crates/libsqlite3-sys/src/ |
| D | lib.rs | 61 pub type sqlite3_index_constraint_usage = sqlite3_index_info_sqlite3_index_constraint_usage; typedef
|
| /external/sqlite/dist/sqlite-autoconf-3420000/ |
| D | sqlite3.h | 7288 struct sqlite3_index_constraint_usage { struct 7289 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7290 unsigned char omit; /* Do not code a test for this constraint */
|
| D | sqlite3.c | 7598 struct sqlite3_index_constraint_usage { struct 7599 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7600 unsigned char omit; /* Do not code a test for this constraint */
|
| /external/sqlite/dist/sqlite-autoconf-3440300/orig/ |
| D | sqlite3.h | 7462 struct sqlite3_index_constraint_usage { struct 7463 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7464 unsigned char omit; /* Do not code a test for this constraint */
|
| D | sqlite3.c | 7775 struct sqlite3_index_constraint_usage { struct 7776 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7777 unsigned char omit; /* Do not code a test for this constraint */
|
| /external/rust/crates/libsqlite3-sys/sqlite3/ |
| D | sqlite3.h | 6930 struct sqlite3_index_constraint_usage { struct 6931 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 6932 unsigned char omit; /* Do not code a test for this constraint */
|
| D | sqlite3.c | 7993 struct sqlite3_index_constraint_usage { struct 7994 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7995 unsigned char omit; /* Do not code a test for this constraint */
|
| /external/sqlite/dist/sqlite-autoconf-3440300/ |
| D | sqlite3.h | 7462 struct sqlite3_index_constraint_usage { struct 7463 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7464 unsigned char omit; /* Do not code a test for this constraint */
|
| D | sqlite3.c | 7775 struct sqlite3_index_constraint_usage { struct 7776 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7777 unsigned char omit; /* Do not code a test for this constraint */
|
| /external/sqlite/dist/sqlite-autoconf-3420000/orig/ |
| D | sqlite3.h | 7288 struct sqlite3_index_constraint_usage { struct 7289 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7290 unsigned char omit; /* Do not code a test for this constraint */
|
| D | sqlite3.c | 7598 struct sqlite3_index_constraint_usage { struct 7599 int argvIndex; /* if >0, constraint is part of argv to xFilter */ 7600 unsigned char omit; /* Do not code a test for this constraint */
|