Searched refs:destinationBufferSize (Results 1 – 2 of 2) sorted by relevance
23 size_t destinationBufferSize) { in copyString() argument27 if (destinationBufferSize == 0) { in copyString()32 for (i = 0; i < destinationBufferSize - 1 && source[i] != '\0'; ++i) { in copyString()36 memset(&destination[i], 0, destinationBufferSize - i); in copyString()
36 size_t destinationBufferSize);