OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:expand_buf
(Results
1 - 6
of
6
) sorted by null
/external/dtc/tests/
mangle-layout.c
37
static void
expand_buf
(struct bufstate *buf, int newsize)
function
56
expand_buf
(buf, hdrsize);
99
expand_buf
(buf, offset+size);
/external/dnsmasq/src/
netlink.c
99
if (
expand_buf
(&iov, rc + 100))
103
expand_buf
(&iov, rc);
115
/* discard stuff which is truncated at this point (
expand_buf
() may fail) */
util.c
457
int
expand_buf
(struct iovec *iov, size_t size)
function
dhcp.c
136
if (!
expand_buf
(&daemon->dhcp_packet, sz + 100))
141
expand_buf
(&daemon->dhcp_packet, sz);
146
/*
expand_buf
may have moved buffer */
dnsmasq.h
710
int
expand_buf
(struct iovec *iov, size_t size);
rfc2131.c
173
/* two things to note here:
expand_buf
may move the packet,
185
if (
expand_buf
(&daemon->dhcp_packet, size))
[
all
...]
Completed in 141 milliseconds