OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:bytes_in_buf
(Results
1 - 2
of
2
) sorted by null
/external/dnsmasq/src/
helper.c
51
static size_t
bytes_in_buf
= 0, buf_size = 0;
variable
397
bytes_in_buf
= p - (unsigned char *)buf;
402
return
bytes_in_buf
== 0;
409
if (
bytes_in_buf
== 0)
412
if ((rc = write(daemon->helperfd, buf,
bytes_in_buf
)) != -1)
414
if (
bytes_in_buf
!= (size_t)rc)
415
memmove(buf, buf + rc,
bytes_in_buf
- rc);
416
bytes_in_buf
-= rc;
422
bytes_in_buf
= 0;
/external/dnsmasq/contrib/lease-access/
lease.access.patch
377
return
bytes_in_buf
== 0;
388
if (
bytes_in_buf
== 0)
392
if ((rc = write(daemon->helperfd, buf,
bytes_in_buf
)) != -1)
400
bytes_in_buf
= 0;
Completed in 451 milliseconds