Home
last modified time | relevance | path

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

/freebsd-12.1/crypto/heimdal/lib/sqlite/
H A Dsqlite3.h4872 struct sqlite3_index_constraint_usage { struct
4873 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4874 unsigned char omit; /* Do not code a test for this constraint */
H A Dsqlite3.c5425 struct sqlite3_index_constraint_usage { struct
5426 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5427 unsigned char omit; /* Do not code a test for this constraint */
/freebsd-12.1/contrib/sqlite3/
H A Dsqlite3.h6863 struct sqlite3_index_constraint_usage { struct
6864 int argvIndex; /* if >0, constraint is part of argv to xFilter */
6865 unsigned char omit; /* Do not code a test for this constraint */
H A Dsqlite3.c7902 struct sqlite3_index_constraint_usage { struct
7903 int argvIndex; /* if >0, constraint is part of argv to xFilter */
7904 unsigned char omit; /* Do not code a test for this constraint */