Searched defs:expand_buf (Results 1 - 3 of 3) sorted by relevance

/external/dtc/tests/
H A Dmangle-layout.c37 static void expand_buf(struct bufstate *buf, int newsize) function
56 expand_buf(buf, hdrsize);
99 expand_buf(buf, offset+size);
/external/dnsmasq/contrib/wrt/
H A Ddhcp_release.c78 static int expand_buf(struct iovec *iov, size_t size) function
124 if (!expand_buf(&iov, 2000))
132 if (!expand_buf(&iov, iov.iov_len + 100))
/external/dnsmasq/src/
H A Dutil.c457 int expand_buf(struct iovec *iov, size_t size) function

Completed in 428 milliseconds