Home
last modified time | relevance | path

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

/freebsd-14.2/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
/freebsd-14.2/contrib/sqlite3/
H A Dsqlite3.c165787 Expr *pPart, /* WHERE clause being processed */
165795 if( pPart->op==TK_AND ){
165797 pPart = pPart->pLeft;
165800 if( (pPart->op==TK_EQ || pPart->op==TK_IS) ){
165801 Expr *pLeft = pPart->pLeft;
165802 Expr *pRight = pPart->pRight;
170973 ExprList *pPart = pMWin->pPartition;
170974 int iColOff = pMWin->nBufferCol + (pPart ? pPart->nExpr : 0);
172258 ExprList *pPart = pMWin->pPartition;
172259 int nPart = pPart->nExpr;
[all …]