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

/netgear-R7000-V1.0.7.12_1.2.5/ap/gpl/transmission/transmission-2.73/third-party/miniupnp/
H A Dminiwget.c74 char * content_buf; local
81 content_buf = malloc(content_buf_len);
234 content_buf = (char *)realloc((void *)content_buf,
237 memcpy(content_buf + content_buf_used, buf + i, bytestocopy);
258 content_buf = (char *)realloc((void *)content_buf,
261 memcpy(content_buf + content_buf_used, buf, n);
279 free(content_buf);
280 content_buf
[all...]

Completed in 50 milliseconds