#include "setup.h"#include "cookie.h"#include "formdata.h"#include "timeval.h"#include <curl/curl.h>#include "http_chunks.h"#include "hostip.h"#include "hash.h"#include "splay.h"Go to the source code of this file.
| #define BUFSIZE CURL_MAX_WRITE_SIZE |
Definition at line 103 of file urldata.h.
Referenced by CreateConnection(), Curl_failf(), Curl_file(), Curl_GetFTPResponse(), Curl_http(), Curl_proxyCONNECT(), Curl_read(), Curl_readwrite(), Curl_setopt(), Curl_telnet(), file_upload(), ftp_readresp(), ftp_state_mdtm_resp(), ftp_state_ul_setup(), and showit().
| #define COMPRESS 3 |
Definition at line 508 of file urldata.h.
Referenced by Curl_httpchunk_read(), and Curl_readwrite().
| #define CURL_DEFAULT_PASSWORD "ftp@example.com" |
| #define CURL_DEFAULT_USER "anonymous" |
| #define CURL_DO_LINEEND_CONV |
| #define CURLEASY_MAGIC_NUMBER 0xc0dedbad |
Definition at line 107 of file urldata.h.
Referenced by curl_easy_duphandle(), Curl_open(), multi_socket(), and signalPipeClose().
| #define CURLMAX | ( | x, | |||
| y | ) | ((x)>(y)?(x):(y)) |
| #define CURR_TIME (5+1) |
| #define DEFLATE 1 |
Definition at line 506 of file urldata.h.
Referenced by Curl_httpchunk_read(), and Curl_readwrite().
| #define DICT_DEFINE "/DEFINE:" |
| #define DICT_DEFINE2 "/D:" |
| #define DICT_DEFINE3 "/LOOKUP:" |
| #define DICT_MATCH "/MATCH:" |
| #define DICT_MATCH2 "/M:" |
| #define DICT_MATCH3 "/FIND:" |
| #define FIRSTSOCKET 0 |
Definition at line 542 of file urldata.h.
Referenced by conn_free(), ConnectionExists(), ConnectPlease(), CreateConnection(), Curl_dict(), Curl_ftp_connect(), Curl_ftp_getsock(), Curl_ftp_multi_statemach(), Curl_ftpsendf(), Curl_GetFTPResponse(), Curl_getinfo(), Curl_http(), Curl_http_connect(), Curl_https_connecting(), Curl_is_connected(), Curl_nbftpsendf(), Curl_ssl_close(), Curl_telnet(), Curl_tftp_connect(), data_pending(), ftp_easy_statemach(), ftp_state_loggedin(), ftp_state_use_port(), ftp_statemach_act(), multi_runsingle(), send_negotiation(), SetupConnection(), suboption(), trynextip(), and waitconnect_getsock().
| #define HEADERSIZE 256 |
| #define IDENTITY 0 |
Definition at line 505 of file urldata.h.
Referenced by Curl_httpchunk_read(), and Curl_readwrite().
| #define KEEP_READ 1 |
Definition at line 448 of file urldata.h.
Referenced by Curl_readwrite(), Curl_readwrite_init(), Curl_single_getsock(), multi_runsingle(), and Transfer().
| #define KEEP_READ_HOLD 4 |
| #define KEEP_WRITE 2 |
Definition at line 449 of file urldata.h.
Referenced by Curl_readwrite(), Curl_readwrite_init(), Curl_single_getsock(), multi_runsingle(), and Transfer().
| #define KEEP_WRITE_HOLD 8 |
| #define LIBCURL_NAME "libcurl" |
Definition at line 1112 of file urldata.h.
Referenced by CreateConnection(), Curl_dict(), and curl_version().
| #define MAX_CURL_PASSWORD_LENGTH 256 |
| #define MAX_CURL_PASSWORD_LENGTH_TXT "255" |
| #define MAX_CURL_USER_LENGTH 256 |
| #define MAX_CURL_USER_LENGTH_TXT "255" |
| #define PORT_DICT 2628 |
| #define PORT_FTP 21 |
| #define PORT_FTPS 990 |
| #define PORT_HTTP 80 |
| #define PORT_HTTPS 443 |
| #define PORT_LDAP 389 |
| #define PORT_SSH 22 |
| #define PORT_TELNET 23 |
| #define PORT_TFTP 69 |
| #define PROT_CLOSEACTION PROT_FTP |
Definition at line 612 of file urldata.h.
Referenced by curl_multi_cleanup(), and multi_conn_using().
| #define PROT_DICT (1<<6) |
| #define PROT_FILE (1<<8) |
Definition at line 605 of file urldata.h.
Referenced by CreateConnection(), SetupConnection(), and Transfer().
| #define PROT_FTP (1<<4) |
Definition at line 601 of file urldata.h.
Referenced by ConnectionExists(), CreateConnection(), Curl_client_write(), and Curl_http().
| #define PROT_FTPS (1<<9) |
Definition at line 606 of file urldata.h.
Referenced by CreateConnection(), Curl_ftp_connect(), and ftp_statemach_act().
| #define PROT_HTTP (1<<2) |
Definition at line 599 of file urldata.h.
Referenced by ConnectionExists(), CreateConnection(), Curl_http(), Curl_readwrite(), and SetupConnection().
| #define PROT_HTTPS (1<<3) |
Definition at line 600 of file urldata.h.
Referenced by add_buffer_send(), CreateConnection(), Curl_http(), Curl_http_connect(), and Curl_https_connecting().
| #define PROT_LDAP (1<<7) |
| #define PROT_MISSING (1<<0) |
Definition at line 598 of file urldata.h.
Referenced by CreateConnection(), and ParseURLAndFillConnection().
| #define PROT_SCP (1<<12) |
Definition at line 609 of file urldata.h.
Referenced by CreateConnection(), Curl_read(), Curl_write(), and data_pending().
| #define PROT_SFTP (1<<13) |
Definition at line 610 of file urldata.h.
Referenced by CreateConnection(), Curl_read(), Curl_write(), and data_pending().
| #define PROT_SSL (1<<10) |
| #define PROT_TELNET (1<<5) |
| #define PROT_TFTP (1<<11) |
| #define SECONDARYSOCKET 1 |
Definition at line 543 of file urldata.h.
Referenced by add_buffer_send(), AllowServerConnect(), conn_free(), CreateConnection(), Curl_ftp_done(), Curl_is_connected(), Curl_perform(), Curl_read(), Curl_write(), domore_getsock(), ftp_dophase_done(), ftp_state_get_resp(), ftp_state_pasv_resp(), ftp_state_stor_resp(), ftp_state_use_port(), ftp_statemach_act(), and multi_runsingle().
| typedef CURLcode(* Curl_do_more_func)(struct connectdata *) |
| typedef CURLcode(* Curl_done_func)(struct connectdata *, CURLcode, bool) |
| enum curl_ftpfile |
| enum Curl_HttpReq |
| enum curlntlm |
| enum ftpstate |
| enum sshstate |
| enum ssl_connect_state |
1.5.6