Home
last modified time | relevance | path

Searched refs:curl_share_strerror (Results 1 - 4 of 4) sorted by relevance

/third_party/curl/tests/libtest/
H A Dlib1538.c39 curl_share_strerror((CURLSHcode)INT_MAX); in test()
43 curl_share_strerror((CURLSHcode)-INT_MAX); in test()
53 printf("s%d: %s\n", (int)shareret, curl_share_strerror(shareret)); in test()
/third_party/curl/lib/
H A Dstrerror.c426 curl_share_strerror(CURLSHcode error) in curl_share_strerror() function
/third_party/curl/packages/OS400/
H A Dccsidcurl.c531 return keyed_string(LK_SHARE_STRERROR, curl_share_strerror(error), ccsid); in curl_share_strerror_ccsid()
/third_party/curl/include/curl/
H A Dcurl.h3178 * NAME curl_share_strerror()
3182 * The curl_share_strerror function may be used to turn a CURLSHcode value
3186 CURL_EXTERN const char *curl_share_strerror(CURLSHcode);

Completed in 11 milliseconds