Searched defs:argvIndex (Results 1 - 4 of 4) sorted by relevance

/external/sqlite/dist/orig/
H A Dsqlite3.h6189 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
6191 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
6257 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
H A Dsqlite3.c7213 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7215 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7281 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
[all...]
/external/sqlite/dist/
H A Dsqlite3.h6189 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
6191 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
6257 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
H A Dsqlite3.c7213 ** about what parameters to pass to xFilter. ^If argvIndex>0 then
7215 ** and becomes the argvIndex-th entry in argv. ^(If aConstraintUsage[].omit
7281 int argvIndex; /* if >0, constraint is part of argv to xFilter */ member in struct:sqlite3_index_info::sqlite3_index_constraint_usage
[all...]

Completed in 612 milliseconds