Lines Matching full:destination
890 // just bind the return value to the destination buffer and return.
901 // Ensure the destination is not null. If it is NULL there will be a
918 "Memory copy function overflows destination buffer";
951 // All other copies return the destination buffer.
956 // Invalidate the destination.
958 // can use LazyCompoundVals to copy the source values into the destination.
973 // The return value is the address of the destination buffer.
997 // The return value is the address of the destination buffer.
1285 // Check that the destination is non-null.
1312 // - actual overflows caused by a source that doesn't fit in the destination
1313 // - potential overflows caused by a bound that could exceed the destination
1360 // Get the string length of the destination. If the destination is
1373 "destination buffer";
1402 "destination buffer";
1451 // This represents the number of characters copied into the destination
1452 // buffer. (It may not actually be the strlen if the destination buffer
1460 // Get the string length of the destination. If the destination is memory
1522 // copied element, or a pointer to the start of the destination buffer.
1527 // If the destination is a MemRegion, try to check for a buffer overflow and
1554 "String copy function overflows destination buffer";
1565 // Invalidate the destination. This must happen before we set the C string
1568 // can use LazyCompoundVals to copy the source values into the destination.
1573 // Set the C string length of the destination, if we know it.