Home | History | Annotate | Download | only in common

Lines Matching refs:destCapacity

1175 _copyCount(char *dest, int32_t destCapacity, const char *src) {
1184 if(destCapacity<=0) {
1189 --destCapacity;