Home
last modified time | relevance | path

Searched refs:nEq (Results 1 – 2 of 2) sorted by relevance

/PHP-5.3/ext/sqlite/libsqlite/src/
H A Dwhere.c562 int nEq, m, score; in sqliteWhereBegin() local
637 for(nEq=0; nEq<pIdx->nColumn; nEq++){ in sqliteWhereBegin()
638 m = (1<<(nEq+1))-1; in sqliteWhereBegin()
641 score = nEq*8; /* Base score is 8 times number of == constraints */ in sqliteWhereBegin()
642 m = 1<<nEq; in sqliteWhereBegin()
/PHP-5.3/ext/sqlite3/libsqlite/
H A Dsqlite3.c100575 pCost->plan.nEq = 0;
100843 UNUSED_PARAMETER(nEq);
101172 for(nEq=0; nEq<pProbe->nColumn; nEq++){
101435 pCost->plan.nEq = nEq;
101725 for(j=0; j<nEq; j++){
101805 int nEq = pPlan->nEq;
101817 for(i=0; i<nEq; i++){
102164 int nEq = pLevel->plan.nEq; /* Number of == or IN terms */
102229 if( nEq<pIdx->nColumn && bRev==(pIdx->aSortOrder[nEq]==SQLITE_SO_ASC) ){
102242 nConstraint = nEq;
[all …]

Completed in 340 milliseconds