Searched refs:pTarget (Results 1 – 2 of 2) sorted by relevance
482 ConcatenateUnicodeStrings(UNICODE_STRING *pTarget, UNICODE_STRING Source1, UNICODE_STRING Source2) in ConcatenateUnicodeStrings() argument491 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()
122198 Table *pTarget = sqlite3LocateTableItem(&sParse, 0, &pStep->pSrc->a[0]); local122199 if( pTarget==pTab ){161173 ExprList *pTarget, /* Target argument to ON CONFLICT, or NULL */ argument161182 sqlite3ExprListDelete(db, pTarget);161189 pNew->pUpsertTarget = pTarget;161216 ExprList *pTarget; /* The conflict-target clause */ local161243 pTarget = pUpsert->pUpsertTarget;161246 && pTarget->nExpr==1161247 && (pTerm = pTarget->a[0].pExpr)->op==TK_COLUMN161271 if( pTarget->nExpr!=pIdx->nKeyCol ) continue;[all …]