OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:send_all
(Results
1 - 2
of
2
) sorted by null
/external/qemu/
qemu-char-android.c
485
int
send_all
(int fd, const void *buf, int len1)
function
533
int
send_all
(int fd, const void *buf, int len1)
function
552
return
send_all
(s->fd_out, buf, len);
873
return
send_all
(s->fd, buf, len);
[
all
...]
qemu-char.c
477
int
send_all
(int fd, const void *buf, int len1)
function
521
int
send_all
(int fd, const void *buf, int len1)
function
540
return
send_all
(s->fd_out, buf, len);
841
return
send_all
(s->fd, buf, len);
[
all
...]
Completed in 44 milliseconds