Searched refs:pTarget (Results 1 – 2 of 2) sorted by relevance
491 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument500 PBYTE buffer = (PBYTE) pTarget->Buffer; in ConcatenateUnicodeStrings()502 if (TotalSize > pTarget->MaximumLength) in ConcatenateUnicodeStrings()505 if ( pTarget->Buffer != Source1.Buffer ) in ConcatenateUnicodeStrings()509 pTarget->Length = TotalSize; in ConcatenateUnicodeStrings()
119396 Table *pTarget = sqlite3LocateTable(&sParse, 0, pStep->zTarget, zDb);119397 if( pTarget==pTab ){156857 ExprList *pTarget, /* Target argument to ON CONFLICT, or NULL */156866 sqlite3ExprListDelete(db, pTarget);156873 pNew->pUpsertTarget = pTarget;156900 ExprList *pTarget; /* The conflict-target clause */156927 pTarget = pUpsert->pUpsertTarget;156930 && pTarget->nExpr==1156931 && (pTerm = pTarget->a[0].pExpr)->op==TK_COLUMN156955 if( pTarget->nExpr!=pIdx->nKeyCol ) continue;[all …]