Home
last modified time | relevance | path

Searched defs:test_send (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Lib/test/
Dtest_asyncore.py354 def test_send(self): member in DispatcherWithSendTests
420 def test_send(self): member in FileWrapperTest
Dtest_httplib.py534 def test_send(self): member in BasicTest
/external/ltp/utils/sctp/testlib/
Dsctputil.h189 static inline int test_send(int sk, const void *msg, size_t len, int flags) in test_send() function