Home | History | Annotate | Download | only in dist

Lines Matching full:realloc

338       zLine = realloc(zLine, nLine);
358 zLine = realloc( zLine, n+1 );
896 zIn = (char *)realloc(zIn, len);
2317 zSql = realloc( zSql, nSql + len + 4 );