Home | History | Annotate | Download | only in orig

Lines Matching full:realloc

354       zLine = realloc(zLine, nLine);
376 zLine = realloc( zLine, n+1 );
915 zIn = (char *)realloc(zIn, len);
2546 zSql = realloc( zSql, nSql + len + 4 );