Home
last modified time | relevance | path

Searched defs:sqlite3_index_constraint_usage (Results 1 – 7 of 7) sorted by relevance

/external/rust/crates/libsqlite3-sys/src/
Dlib.rs61 pub type sqlite3_index_constraint_usage = sqlite3_index_info_sqlite3_index_constraint_usage; typedef
/external/rust/crates/libsqlite3-sys/sqlite3/
Dsqlite3.h6930 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 */
Dsqlite3.c7993 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/
Dsqlite3.h7136 struct sqlite3_index_constraint_usage { struct
7137 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7138 unsigned char omit; /* Do not code a test for this constraint */
Dsqlite3.c7442 struct sqlite3_index_constraint_usage { struct
7443 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7444 unsigned char omit; /* Do not code a test for this constraint */
/external/sqlite/dist/orig/
Dsqlite3.h7136 struct sqlite3_index_constraint_usage { struct
7137 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7138 unsigned char omit; /* Do not code a test for this constraint */
Dsqlite3.c7442 struct sqlite3_index_constraint_usage { struct
7443 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7444 unsigned char omit; /* Do not code a test for this constraint */