Searched refs:realloc (Results 1 - 3 of 3) sorted by relevance

/httpd/modules/filters/
H A Dmod_proxy_html.c184 newbuf = realloc(ctx->buf, ctx->avail);
/httpd/server/
H A Dutil.c2984 void *p = realloc(ptr, size);
H A Dutil_expr_scan.c229 * and can realloc() it to grow it, and should free() it to
2183 * immediate realloc on the next call.
2669 return (void *) realloc( (char *) ptr, size );

Completed in 65 milliseconds