Lines Matching full:see
7 See-also:
43 The session's active socket. See CURLINFO_ACTIVESOCKET(3)
53 remote host was completed in number of microseconds. (Added in 7.60.0) See
58 Get the default value for CURLOPT_CAINFO(3). See CURLINFO_CAINFO(3)
62 Get the default value for CURLOPT_CAPATH(3). See CURLINFO_CAPATH(3)
66 Certificate chain. See CURLINFO_CERTINFO(3)
71 See CURLINFO_CONDITION_UNMET(3)
76 proxy) was completed. As a double. See CURLINFO_CONNECT_TIME(3)
81 proxy) was completed. In microseconds. See CURLINFO_CONNECT_TIME_T(3).
86 See CURLINFO_CONN_ID(3)
91 See CURLINFO_CONTENT_LENGTH_DOWNLOAD(3)
96 See CURLINFO_CONTENT_LENGTH_DOWNLOAD_T(3)
100 (**Deprecated**) Upload size. See CURLINFO_CONTENT_LENGTH_UPLOAD(3)
104 Upload size. See CURLINFO_CONTENT_LENGTH_UPLOAD_T(3)
109 curl_easy_header(3) instead. See CURLINFO_CONTENT_TYPE(3)
113 List of all known cookies. See CURLINFO_COOKIELIST(3)
122 Last used HTTP method. See CURLINFO_EFFECTIVE_METHOD(3)
126 Last used URL. See CURLINFO_EFFECTIVE_URL(3)
130 Remote time of the retrieved document. See CURLINFO_FILETIME(3)
134 Remote time of the retrieved document. See CURLINFO_FILETIME_T(3)
138 The entry path after logging in to an FTP server. See
143 Number of bytes of all headers received. See CURLINFO_HEADER_SIZE(3)
147 Available HTTP authentication methods. See CURLINFO_HTTPAUTH_AVAIL(3)
151 Used HTTP authentication method. See CURLINFO_HTTPAUTH_USED(3)
155 Last proxy CONNECT response code. See CURLINFO_HTTP_CONNECTCODE(3)
159 The http version used in the connection. See CURLINFO_HTTP_VERSION(3)
163 (**Deprecated**) Last socket used. See CURLINFO_LASTSOCKET(3)
167 Source IP address of the last connection. See CURLINFO_LOCAL_IP(3)
171 Source port number of the last connection. See CURLINFO_LOCAL_PORT(3)
175 Time from start until name resolving completed as a double. See
180 Time from start until name resolving completed in number of microseconds. See
186 See CURLINFO_NUM_CONNECTS(3)
190 The errno from the last failure to connect. See CURLINFO_OS_ERRNO(3)
195 In microseconds. (Added in 8.10.0) See CURLINFO_POSTTRANSFER_TIME_T(3)
201 specific to the particular protocol(s) involved. See
208 specific to the particular protocol(s) involved. In microseconds. See
213 Destination IP address of the last connection. See CURLINFO_PRIMARY_IP(3)
217 Destination port of the last connection. See CURLINFO_PRIMARY_PORT(3)
221 User's private data pointer. See CURLINFO_PRIVATE(3)
225 (**Deprecated**) The protocol used for the connection. (Added in 7.52.0) See
230 Available HTTP proxy authentication methods. See CURLINFO_PROXYAUTH_AVAIL(3)
234 Used HTTP proxy authentication methods. See CURLINFO_PROXYAUTH_USED(3)
238 Detailed proxy error. See CURLINFO_PROXY_ERROR(3)
242 Proxy certificate verification result. See CURLINFO_PROXY_SSL_VERIFYRESULT(3)
247 start for real in number of microseconds. (Added in 8.6.0) See
252 Total number of redirects that were followed. See CURLINFO_REDIRECT_COUNT(3)
258 zero if no redirection took place. As a double. See CURLINFO_REDIRECT_TIME(3)
264 zero if no redirection took place. In number of microseconds. See
269 URL a redirect would take you to, had you enabled redirects. See
274 Referrer header. See CURLINFO_REFERER(3)
278 Number of bytes sent in the issued HTTP requests. See CURLINFO_REQUEST_SIZE(3)
282 Last received response code. See CURLINFO_RESPONSE_CODE(3)
286 The value from the Retry-After header. See CURLINFO_RETRY_AFTER(3)
290 The RTSP client CSeq that is expected next. See CURLINFO_RTSP_CLIENT_CSEQ(3)
294 RTSP CSeq last received. See CURLINFO_RTSP_CSEQ_RECV(3)
298 The RTSP server CSeq that is expected next. See CURLINFO_RTSP_SERVER_CSEQ(3)
302 RTSP session ID. See CURLINFO_RTSP_SESSION_ID(3)
306 The scheme used for the connection. (Added in 7.52.0) See CURLINFO_SCHEME(3)
310 (**Deprecated**) Number of bytes downloaded. See CURLINFO_SIZE_DOWNLOAD(3)
314 Number of bytes downloaded. See CURLINFO_SIZE_DOWNLOAD_T(3)
318 (**Deprecated**) Number of bytes uploaded. See CURLINFO_SIZE_UPLOAD(3)
322 Number of bytes uploaded. See CURLINFO_SIZE_UPLOAD_T(3)
326 (**Deprecated**) Average download speed. See CURLINFO_SPEED_DOWNLOAD(3)
330 Average download speed. See CURLINFO_SPEED_DOWNLOAD_T(3)
334 (**Deprecated**) Average upload speed. See CURLINFO_SPEED_UPLOAD(3)
338 Average upload speed in number of bytes per second. See
343 A list of OpenSSL crypto engines. See CURLINFO_SSL_ENGINES(3)
347 Certificate verification result. See CURLINFO_SSL_VERIFYRESULT(3)
352 As a double. See CURLINFO_STARTTRANSFER_TIME(3)
357 In microseconds. See CURLINFO_STARTTRANSFER_TIME_T(3)
361 (**Deprecated**) TLS session info that can be used for further processing. See
366 TLS session info that can be used for further processing. See
371 Total time of previous transfer. See CURLINFO_TOTAL_TIME(3)
375 Total time of previous transfer. See CURLINFO_TOTAL_TIME_T(3)
379 Whether the proxy was used (Added in 8.7.0). See CURLINFO_USED_PROXY(3)
383 The ID of the transfer. (Added in 8.2.0) See CURLINFO_XFER_ID(3)
442 CURLE_OK (0) means everything was OK, non-zero means an error occurred, see