Home
last modified time | relevance | path

Searched refs:multi_setopt (Results 1 – 8 of 8) sorted by relevance

/third_party/curl/tests/libtest/
Dlib582.c299 multi_setopt(m, CURLMOPT_SOCKETFUNCTION, curlSocketCallback); in test()
300 multi_setopt(m, CURLMOPT_SOCKETDATA, &sockets); in test()
302 multi_setopt(m, CURLMOPT_TIMERFUNCTION, curlTimerCallback); in test()
303 multi_setopt(m, CURLMOPT_TIMERDATA, &timeout); in test()
Dlib530.c292 multi_setopt(m, CURLMOPT_SOCKETFUNCTION, curlSocketCallback); in testone()
293 multi_setopt(m, CURLMOPT_SOCKETDATA, &sockets); in testone()
295 multi_setopt(m, CURLMOPT_TIMERFUNCTION, curlTimerCallback); in testone()
296 multi_setopt(m, CURLMOPT_TIMERDATA, &timeout); in testone()
Dlib1557.c41 multi_setopt(curlm, CURLMOPT_MAX_HOST_CONNECTIONS, 1); in test()
Dlib1506.c68 multi_setopt(m, CURLMOPT_MAXCONNECTS, 3L); in test()
Dlib2404.c64 multi_setopt(m, CURLMOPT_MAXCONNECTS, 1L); in test()
Dlib2502.c64 multi_setopt(m, CURLMOPT_MAXCONNECTS, 1L); in test()
Dlib2402.c64 multi_setopt(m, CURLMOPT_MAXCONNECTS, 1L); in test()
Dtest.h216 #define multi_setopt(A,B,C) \ macro