OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:deSocket_send
(Results
1 - 3
of
3
) sorted by null
/external/deqp/framework/delibs/decpp/
deSocket.hpp
98
deSocketResult send (const void* buf, int bufSize, int* numSent) { return
deSocket_send
(m_socket, buf, bufSize, numSent); }
/external/deqp/framework/delibs/deutil/
deSocket.h
134
deSocketResult
deSocket_send
(deSocket* socket, const void* buf, int bufSize, int* numSent);
deSocket.c
694
deSocketResult
deSocket_send
(deSocket* sock, const void* buf, int bufSize, int* numSentPtr)
Completed in 27 milliseconds