Home | History | Annotate | Download | only in dist

Lines Matching full:realloc

359       zLine = realloc(zLine, nLine);
381 zLine = realloc( zLine, n+1 );
920 zIn = (char *)realloc(zIn, len);
2565 zSql = realloc( zSql, nSql + len + 4 );