Lines Matching defs:actualLength
375 int actualLength;
381 actualLength = desiredLength = 1;
412 actualLength =
434 actualLength = strlen(scratch);
439 actualLength = 1;
447 desiredLength = actualLength;
452 while (desiredLength > actualLength) {
457 memcpy(buffer, source, actualLength);
458 buffer += actualLength;
459 bufferLength -= actualLength;