Lines Matching defs:actualLength
375 int actualLength;
381 actualLength = desiredLength = 1;
412 actualLength =
436 actualLength = strlen(scratch);
441 actualLength = 1;
450 desiredLength = actualLength;
455 while (desiredLength > actualLength) {
460 memcpy(buffer, source, actualLength);
461 buffer += actualLength;
462 bufferLength -= actualLength;