Home | History | Annotate | Download | only in dist

Lines Matching full:realloc

343       zLine = realloc(zLine, nLine);
363 zLine = realloc( zLine, n+1 );
901 zIn = (char *)realloc(zIn, len);
2336 zSql = realloc( zSql, nSql + len + 4 );