OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:pCons
(Results
1 - 2
of
2
) sorted by relevancy
/src/external/public-domain/sqlite/dist/
shell.c
13504
const struct sqlite3_index_constraint *
pCons
= &pIdxInfo->aConstraint[i];
13505
if(
pCons
->iColumn!=ZIPFILE_F_COLUMN_IDX ) continue;
13506
if(
pCons
->usable==0 ){
13508
}else if(
pCons
->op==SQLITE_INDEX_CONSTRAINT_EQ ){
15203
struct sqlite3_index_constraint *
pCons
= &pIdxInfo->aConstraint[i];
15204
if(
pCons
->usable
15205
&&
pCons
->iColumn>=0
15206
&& p->pTab->aCol[
pCons
->iColumn].iPk==0
15207
&& (
pCons
->op & opmask)
15213
pNew->iCol =
pCons
->iColumn
[
all
...]
sqlite3.c
[
all
...]
Completed in 88 milliseconds
Indexes created Tue Jun 09 00:24:00 UTC 2026