Home
last modified time | relevance | path

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

/src/crypto/heimdal/lib/hx509/
H A Dsoftp11.c1575 CK_BYTE_PTR pPart, in C_SignUpdate() argument
1682 CK_BYTE_PTR pPart, in C_VerifyUpdate() argument
/src/contrib/sqlite3/
H A Dsqlite3.c168283 Expr *pPart, /* WHERE clause being processed */
168291 if( pPart->op==TK_AND ){
168292 wherePartIdxExpr(pParse, pIdx, pPart->pRight, pMask, iIdxCur, pItem);
168293 pPart = pPart->pLeft;
168296 if( (pPart->op==TK_EQ || pPart->op==TK_IS) ){
168297 Expr *pLeft = pPart->pLeft;
168298 Expr *pRight = pPart->pRight;
168303 if( !sqlite3IsBinary(sqlite3ExprCompareCollSeq(pParse, pPart)) ) return;
173784 ExprList *pPart = pMWin->pPartition;
173785 int iColOff = pMWin->nBufferCol + (pPart ? pPart->nExpr : 0);
[all …]