Home
last modified time | relevance | path

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

/freebsd/crypto/krb5/src/lib/krb5/ccache/
H A Dcc_mslsa.c482 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument
491 PBYTE buffer = (PBYTE) pTarget->Buffer; in ConcatenateUnicodeStrings()
493 if (TotalSize > pTarget->MaximumLength) in ConcatenateUnicodeStrings()
496 if ( pTarget->Buffer != Source1.Buffer ) in ConcatenateUnicodeStrings()
500 pTarget->Length = TotalSize; in ConcatenateUnicodeStrings()
/freebsd/contrib/sqlite3/
H A Dsqlite3.c122198 Table *pTarget = sqlite3LocateTableItem(&sParse, 0, &pStep->pSrc->a[0]); local
122199 if( pTarget==pTab ){
161173 ExprList *pTarget, /* Target argument to ON CONFLICT, or NULL */ argument
161182 sqlite3ExprListDelete(db, pTarget);
161189 pNew->pUpsertTarget = pTarget;
161216 ExprList *pTarget; /* The conflict-target clause */ local
161243 pTarget = pUpsert->pUpsertTarget;
161246 && pTarget->nExpr==1
161247 && (pTerm = pTarget->a[0].pExpr)->op==TK_COLUMN
161271 if( pTarget->nExpr!=pIdx->nKeyCol ) continue;
[all …]