Home
last modified time | relevance | path

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

/curl/docs/libcurl/
H A Dcurl_version_info.md51 const char *version; /* human readable string */
53 const char *host; /* human readable string */
55 char *ssl_version; /* human readable string */
57 const char *libz_version; /* human readable string */
61 const char *ares; /* human readable string */
65 const char *libidn; /* human readable string */
71 const char *libssh_version; /* human readable string */
77 const char *brotli_version; /* human readable string. */
98 const char *zstd_version; /* human readable string. */
101 const char *hyper_version; /* human readable string. */
[all …]
H A Dcurl_version.md28 Returns a human readable string with the version number of libcurl and some of
H A Dcurl_mime_filedata.md91 indication that the file is not yet readable: it can be safely ignored at
92 this time, but the file must be made readable before the pertaining
H A Dlibcurl-errors.md33 is a good idea as it gives you a human readable error string that may offer
H A Dlibcurl-security.md69 base64 encoded passwords fool you. They may not look readable at a first
H A Dlibcurl-tutorial.md260 yours where it stores a human readable error message as well.
/curl/docs/cmdline-opts/
H A Dnetrc.md25 permissions (it should be neither world- nor group-readable). The environment
/curl/docs/libcurl/opts/
H A DCURLMOPT_SOCKETFUNCTION.md76 Wait for incoming data. For the socket to become readable.
84 Wait for incoming and outgoing data. For the socket to become readable or
H A DCURLOPT_READDATA.md36 read function, this data must be a valid readable FILE * (cast to 'void *').
H A DCURLOPT_NETRC.md50 standard Unix ftp client does). It should only be readable by user.
109 sure the file is not readable by anyone besides the user.
H A DCURLOPT_ERRORBUFFER.md33 Pass a char pointer to a buffer that libcurl may use to store human readable
/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.c1439 int readable; in cf_socket_data_pending() local
1442 readable = SOCKET_READABLE(ctx->sock, 0); in cf_socket_data_pending()
1443 return (readable > 0 && (readable & CURL_CSELECT_IN)); in cf_socket_data_pending()
/curl/lib/vquic/
H A Dcurl_osslq.c1696 int readable = SOCKET_READABLE(ctx->q.sockfd, 0); in cf_osslq_connect() local
1697 if(readable > 0 && (readable & CURL_CSELECT_IN)) { in cf_osslq_connect()
/curl/docs/
H A DKNOWN_BUGS589 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 52 milliseconds