Home
last modified time | relevance | path

Searched refs:test_session (Results 1 – 5 of 5) sorted by relevance

/third_party/libsoup/tests/
Dtimeout-test.c316 SoupSession *test_session; in main() local
324 test_session = soup_test_session_new (SOUP_TYPE_SESSION, NULL); in main()
326 do_message_to_session (test_session, uri, NULL, SOUP_STATUS_OK); in main()
328 soup_test_session_abort_unref (test_session); in main()
/third_party/libcoap/tests/
DMakefile.am26 test_session.c \
/third_party/libcoap/
DMakefile.am63 tests/test_session.h \
DCMakeLists.txt540 ${CMAKE_CURRENT_LIST_DIR}/tests/test_session.c
541 ${CMAKE_CURRENT_LIST_DIR}/tests/test_session.h
/third_party/python/Lib/test/
Dtest_ssl.py4338 def test_session(self): member in ThreadedTests