Lines Matching full:destinationlength
197 * size destinationlength.
200 * @param destinationlength target array size, return value for the new size
210 uint32_t *destinationlength,
215 uint32_t newlength = *destinationlength;
224 *destinationlength = newlength;
237 * size destinationlength.
240 * @param destinationlength target array size, return value for the new size
250 uint32_t *destinationlength,
255 uint32_t newlength = *destinationlength;
266 *destinationlength = newlength;
1345 * size destinationlength.
1347 * @param destinationlength target array size, returning the appended length
1357 int32_t *destinationlength,
1366 if (*destinationlength < source1length + source2length + source3length +
1375 *destinationlength = 0;
1390 *destinationlength = source1length + source2length + source3length;