Searched refs:readable (Results 1 – 16 of 16) sorted by relevance
51 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 …]
28 Returns a human readable string with the version number of libcurl and some of
91 indication that the file is not yet readable: it can be safely ignored at92 this time, but the file must be made readable before the pertaining
33 is a good idea as it gives you a human readable error string that may offer
69 base64 encoded passwords fool you. They may not look readable at a first
260 yours where it stores a human readable error message as well.
25 permissions (it should be neither world- nor group-readable). The environment
76 Wait for incoming data. For the socket to become readable.84 Wait for incoming and outgoing data. For the socket to become readable or
36 read function, this data must be a valid readable FILE * (cast to 'void *').
50 standard Unix ftp client does). It should only be readable by user.109 sure the file is not readable by anyone besides the user.
33 Pass a char pointer to a buffer that libcurl may use to store human readable
158 int readable, int writable) in sock_state_cb() argument161 if(!readable && !writable) { in sock_state_cb()
1442 int readable; in cf_socket_data_pending() local1445 readable = SOCKET_READABLE(ctx->sock, 0); in cf_socket_data_pending()1446 return (readable > 0 && (readable & CURL_CSELECT_IN)); in cf_socket_data_pending()
1697 int readable = SOCKET_READABLE(ctx->q.sockfd, 0); in cf_osslq_connect() local1698 if(readable > 0 && (readable & CURL_CSELECT_IN)) { in cf_osslq_connect()
598 found readable when considered for reuse and that makes curl think it is dead
703 or the not-quite-kosher-but-more-readable way, by simply starting the path1350 will return data in a machine-readable format that can be parsed for type.
Completed in 40 milliseconds