Home
last modified time | relevance | path

Searched refs:curl_share_strerror (Results 1 – 25 of 86) sorted by relevance

1234

/aosp_15_r20/external/curl/docs/libcurl/
H A Dcurl_share_strerror.md4 Title: curl_share_strerror
19 curl_share_strerror - return string describing error code
26 const char *curl_share_strerror(CURLSHcode errornum);
31 The curl_share_strerror(3) function returns a string describing the
45 printf("Error: %s\n", curl_share_strerror(sh));
H A Dcurl_multi_strerror.md9 - curl_share_strerror (3)
H A Dcurl_url_strerror.md10 - curl_share_strerror (3)
H A DMakefile.inc96 curl_share_strerror.3 \
H A Dcurl_easy_strerror.md9 - curl_share_strerror (3)
H A Dcurl_share_setopt.md64 printf("Error: %s\n", curl_share_strerror(sh));
H A Dcurl_share_init.md50 printf("Error: %s\n", curl_share_strerror(sh));
H A Dlibcurl-errors.md13 - curl_share_strerror (3)
568 occurred. Also consider curl_share_strerror(3).
/aosp_15_r20/external/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()
/aosp_15_r20/external/curl/packages/vms/
H A Dgnv_libcurl_symbols.opt106 SYMBOL_VECTOR=(curl_share_strerror=PROCEDURE)
107 SYMBOL_VECTOR=(CURL_SHARE_STRERROR/curl_share_strerror=PROCEDURE)
H A Dpcsi_gnv_curl_file_list.txt113 [gnv.usr.share.man.man3]curl_share_strerror.3
/aosp_15_r20/external/curl/lib/
H A Dlibcurl.def79 curl_share_strerror
H A Dstrerror.c428 curl_share_strerror(CURLSHcode error) in curl_share_strerror() function
/aosp_15_r20/external/curl/docs/libcurl/opts/
H A DCURLSHOPT_USERDATA.md51 printf("Error: %s\n", curl_share_strerror(sh));
H A DCURLSHOPT_UNLOCKFUNC.md61 printf("Error: %s\n", curl_share_strerror(sh));
H A DCURLSHOPT_UNSHARE.md73 printf("Error: %s\n", curl_share_strerror(sh));
H A DCURLSHOPT_LOCKFUNC.md66 printf("Error: %s\n", curl_share_strerror(sh));
H A DCURLOPT_ERRORBUFFER.md12 - curl_share_strerror (3)
H A DCURLSHOPT_SHARE.md110 printf("Error: %s\n", curl_share_strerror(sh));
/aosp_15_r20/external/curl/tests/data/
H A Dtest113568 curl_share_strerror
/aosp_15_r20/external/sandboxed-api/oss-internship-2020/curl/
H A DCMakeLists.txt111 curl_share_strerror
/aosp_15_r20/external/google-breakpad/src/third_party/curl/
H A Dcurl.h1888 CURL_EXTERN const char *curl_share_strerror(CURLSHcode);
/aosp_15_r20/prebuilts/abi-dumps/vndk/30/32/x86/source-based/
Dlibcurl.so.lsdump1333 "name" : "curl_share_strerror"
5983 "function_name" : "curl_share_strerror",
5984 "linker_set_key" : "curl_share_strerror",
/aosp_15_r20/external/curl/packages/OS400/
H A Dccsidcurl.c532 return keyed_string(LK_SHARE_STRERROR, curl_share_strerror(error), ccsid); in curl_share_strerror_ccsid()
/aosp_15_r20/prebuilts/abi-dumps/vndk/31/64/arm_armv8-a/source-based/
Dlibcurl.so.lsdump1397 "name" : "curl_share_strerror"
6380 "function_name" : "curl_share_strerror",
6381 "linker_set_key" : "curl_share_strerror",

1234