Home
last modified time | relevance | path

Searched refs:readable (Results 1 – 17 of 17) sorted by relevance

/curl/docs/libcurl/
H A Dcurl_version_info.md50 const char *version; /* human readable string */
52 const char *host; /* human readable string */
54 char *ssl_version; /* human readable string */
56 const char *libz_version; /* human readable string */
60 const char *ares; /* human readable string */
64 const char *libidn; /* human readable string */
70 const char *libssh_version; /* human readable string */
76 const char *brotli_version; /* human readable string. */
97 const char *zstd_version; /* human readable string. */
100 const char *hyper_version; /* human readable string. */
[all …]
H A Dcurl_version.md27 Returns a human readable string with the version number of libcurl and some of
H A Dcurl_mime_filedata.md90 indication that the file is not yet readable: it can be safely ignored at
91 this time, but the file must be made readable before the pertaining
H A Dlibcurl-errors.md32 is a good idea as it gives you a human readable error string that may offer
H A Dlibcurl-security.md68 base64 encoded passwords fool you. They may not look readable at a first
H A Dlibcurl-tutorial.md259 yours where it stores a human readable error message as well.
/curl/
H A DCHANGES1 See https://curl.se/changes.html for the edited and human readable online
/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md72 Wait for incoming data. For the socket to become readable.
80 Wait for incoming and outgoing data. For the socket to become readable or
H A DCURLOPT_READDATA.md35 read function, this data must be a valid readable FILE * (cast to 'void *').
H A DCURLOPT_NETRC.md49 standard Unix ftp client does). It should only be readable by user.
108 sure the file is not readable by anyone besides the user.
H A DCURLOPT_ERRORBUFFER.md32 Pass a char pointer to a buffer that libcurl may use to store human readable
/curl/docs/cmdline-opts/
H A Dnetrc.md25 permissions (it should be neither world- nor group-readable). The environment
/curl/lib/
H A Dasyn-ares.c158 int readable, int writable) in sock_state_cb() argument
161 if(!readable && !writable) { in sock_state_cb()
H A Dcf-socket.c1468 int readable; in cf_socket_data_pending() local
1474 readable = SOCKET_READABLE(ctx->sock, 0); in cf_socket_data_pending()
1475 return (readable > 0 && (readable & CURL_CSELECT_IN)); in cf_socket_data_pending()
/curl/lib/vquic/
H A Dcurl_osslq.c1689 int readable = SOCKET_READABLE(ctx->q.sockfd, 0); in cf_osslq_connect() local
1690 if(readable > 0 && (readable & CURL_CSELECT_IN)) { in cf_osslq_connect()
/curl/docs/
H A DKNOWN_BUGS647 found readable when considered for reuse and that makes curl think it is dead
H A DFAQ703 or the not-quite-kosher-but-more-readable way, by simply starting the path
1350 will return data in a machine-readable format that can be parsed for type.

Completed in 56 milliseconds