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

/freebsd-11-stable/contrib/sqlite3/
H A Dshell.c8427 IdxConstraint *pNext; /* Next constraint in pEq or pRange list */
8439 IdxConstraint *pEq; /* List of == constraints */ member in struct:IdxScan
8844 pNew->pNext = pScan->pEq;
8845 pScan->pEq = pNew;
9214 ** would create from arguments pScan, pEq and pTail. If no error occurs and
9224 IdxConstraint *pEq, /* List of == constraints */
9230 int nEq = 0; /* Number of elements in pEq */
9233 /* Count the elements in list pEq */
9234 for(pIter=pEq; pIter; pIter=pIter->pLink) nEq++;
9243 /* Zero the IdxConstraint.bFlag values in the pEq lis
9220 idxFindCompatible( int *pRc, sqlite3* dbm, IdxScan *pScan, IdxConstraint *pEq, IdxConstraint *pTail ) argument
9287 idxCreateFromCons( sqlite3expert *p, IdxScan *pScan, IdxConstraint *pEq, IdxConstraint *pTail ) argument
[all...]
H A Dsqlite3.c121302 Expr *pEq; /* Expression (pLeft = pRight) */ local
121339 Expr *pEq, *pAll = 0; local
121942 Expr *pEq; /* tFromCol = OLD.tToCol */ local
131497 Expr *pEq; local
147484 Expr *pEq; /* OUT: The == term that include pInLhs */ member in struct:ExistsToInCtx
147608 Expr *pEq = 0; local
233755 sqlite3_value *pEq = 0; local
[all...]
/freebsd-11-stable/crypto/heimdal/lib/sqlite/
H A Dsqlite3.c86164 Expr *pEq; /* Expression (pLeft = pRight) */ local
86198 Expr *pEq; /* Expression (pLeft = pRight) */ local
86665 Expr *pEq; /* tFromCol = OLD.tToCol */ local
92598 Expr *pEq; local
[all...]

Completed in 991 milliseconds