Home
last modified time | relevance | path

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

/external/webkit/WebKitLibraries/WebCoreSQLite3/
Dsqlite3.h2466 struct sqlite3_index_constraint_usage { struct
2467 int argvIndex; /* if >0, constraint is part of argv to xFilter */
2468 unsigned char omit; /* Do not code a test for this constraint */
/external/sqlite/dist/
Dsqlite3.h4978 struct sqlite3_index_constraint_usage { struct
4979 int argvIndex; /* if >0, constraint is part of argv to xFilter */
4980 unsigned char omit; /* Do not code a test for this constraint */
Dsqlite3.c5384 struct sqlite3_index_constraint_usage { struct
5385 int argvIndex; /* if >0, constraint is part of argv to xFilter */
5386 unsigned char omit; /* Do not code a test for this constraint */