Home | History | Annotate | Download | only in converter

Lines Matching defs:newPtr

452         char *newPtr = realloc(pString->ptr, newMaxLength + 1);
453 if (newPtr == NULL) {
456 pString->ptr = newPtr;