OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:files_sendToSocket
(Results
1 - 3
of
3
) sorted by null
/external/honggfuzz/libhfcommon/
files.h
53
bool
files_sendToSocket
(int fd, const uint8_t* buf, size_t fileSz);
files.c
181
bool
files_sendToSocket
(int fd, const uint8_t* buf, size_t fileSz) {
/external/honggfuzz/libhfnetdriver/
netdriver.c
323
if (!
files_sendToSocket
(sock, buf, len)) {
324
PLOG_E("
files_sendToSocket
(sock=%d, len=%zu) failed", sock, len);
Completed in 126 milliseconds