Home
last modified time | relevance | path

Searched refs:curl_easy_reset (Results 1 - 13 of 13) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1908.c56 curl_easy_reset(hnd); in test()
H A Dlib1903.c45 curl_easy_reset(ch); in test()
H A Dlib1532.c63 curl_easy_reset(curl); in test()
72 fprintf(stderr, "%s:%d curl_easy_reset failed to zero the response code\n" in test()
H A Dlib598.c58 curl_easy_reset(curl); in test()
H A Dlib3010.c57 curl_easy_reset(curl); in test()
H A Dlib533.c80 curl_easy_reset(curl); in test()
H A Dlib1536.c108 /* Test that a scheme is properly initialized on curl_easy_reset. in test()
111 curl_easy_reset(curl); in test()
H A Dlib1534.c108 /* Test that a filetime is properly initialized on curl_easy_reset. in test()
111 curl_easy_reset(curl); in test()
H A Dlib1535.c113 /* Test that a protocol is properly initialized on curl_easy_reset. in test()
116 curl_easy_reset(curl); in test()
H A Dlib526.c114 curl_easy_reset(curl[0]); in test()
H A Dlib661.c148 bonus: see if path buffering survives curl_easy_reset() */ in test()
149 curl_easy_reset(curl); in test()
/third_party/curl/include/curl/
H A Deasy.h77 * NAME curl_easy_reset()
87 CURL_EXTERN void curl_easy_reset(CURL *curl);
/third_party/curl/lib/
H A Deasy.c1036 * curl_easy_reset() is an external interface that allows an app to re-
1039 void curl_easy_reset(struct Curl_easy *data) in curl_easy_reset() function

Completed in 5 milliseconds