Searched refs:iDirectEq (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/lib/libsqlite/src/
H A Dwhere.c398 int iDirectEq[32]; /* Term of the form ROWID==X for the N-th table */ local
474 ** iDirectEq[], iDirectLt[], or iDirectGt[] elements for that table
485 for(i=0; i<pTabList->nSrc && i<ARRAYSIZE(iDirectEq); i++){
496 ** set iDirectEq[i] to the index of the term. For terms of the
503 iDirectEq[i] = -1;
511 case TK_EQ: iDirectEq[i] = j; break;
521 case TK_EQ: iDirectEq[i] = j; break;
529 if( iDirectEq[i]>=0 ){
681 }else if( iDirectEq[0]>=0 || iDirectLt[0]>=0 || iDirectGt[0]>=0 ){
742 if( i<ARRAYSIZE(iDirectEq)
[all...]

Completed in 63 milliseconds