Go to the documentation of this file.00001 #ifndef HEADER_CURLMSG_H
00002 #define HEADER_CURLMSG_H
00003
00004
00005
00006
00007
00008
00009
00010
00011
00012
00013
00014
00015
00016
00017
00018
00019
00020
00021
00022
00023
00024
00025 #pragma __member_alignment __save
00026 #pragma __nomember_alignment
00027
00028
00029
00030
00031
00032
00033
00034
00035
00036
00037
00038
00039
00040
00041
00042
00043
00044
00045
00046
00047
00048
00049
00050
00051 #define CURL_FACILITY 3841
00052 #define CURL_OK 251756553
00053 #define CURL_UNSUPPORTED_PROTOCOL 251756562
00054 #define CURL_FAILED_INIT 251756570
00055 #define CURL_URL_MALFORMAT 251756578
00056 #define CURL_OBSOLETE4 251756586
00057 #define CURL_COULDNT_RESOLVE_PROXY 251756594
00058 #define CURL_COULDNT_RESOLVE_HOST 251756602
00059 #define CURL_COULDNT_CONNECT 251756610
00060 #define CURL_WEIRD_SERVER_REPLY 251756618
00061 #define CURL_FTP_WEIRD_SERVER_REPLY CURL_WEIRD_SERVER_REPLY
00062 #define CURL_FTP_ACCESS_DENIED 251756626
00063 #define CURL_OBSOLETE10 251756634
00064 #define CURL_FTP_WEIRD_PASS_REPLY 251756642
00065 #define CURL_OBSOLETE12 251756650
00066 #define CURL_FTP_WEIRD_PASV_REPLY 251756658
00067 #define CURL_FTP_WEIRD_227_FORMAT 251756666
00068 #define CURL_FTP_CANT_GET_HOST 251756674
00069 #define CURL_OBSOLETE16 251756682
00070 #define CURL_FTP_COULDNT_SET_TYPE 251756690
00071 #define CURL_PARTIAL_FILE 251756698
00072 #define CURL_FTP_COULDNT_RETR_FILE 251756706
00073 #define CURL_OBSOLETE20 251756714
00074 #define CURL_QUOTE_ERROR 251756722
00075 #define CURL_HTTP_RETURNED_ERROR 251756730
00076 #define CURL_WRITE_ERROR 251756738
00077 #define CURL_OBSOLETE24 251756746
00078 #define CURL_UPLOAD_FAILED 251756754
00079 #define CURL_READ_ERROR 251756762
00080 #define CURL_OUT_OF_MEMORY 251756770
00081 #define CURL_OPERATION_TIMEOUTED 251756778
00082 #define CURL_OBSOLETE29 251756786
00083 #define CURL_FTP_PORT_FAILED 251756794
00084 #define CURL_FTP_COULDNT_USE_REST 251756802
00085 #define CURL_OBSOLETE32 251756810
00086 #define CURL_RANGE_ERROR 251756818
00087 #define CURL_HTTP_POST_ERROR 251756826
00088 #define CURL_SSL_CONNECT_ERROR 251756834
00089 #define CURL_BAD_DOWNLOAD_RESUME 251756842
00090 #define CURL_FILE_COULDNT_READ_FILE 251756850
00091 #define CURL_LDAP_CANNOT_BIND 251756858
00092 #define CURL_LDAP_SEARCH_FAILED 251756866
00093 #define CURL_OBSOLETE40 251756874
00094 #define CURL_FUNCTION_NOT_FOUND 251756882
00095 #define CURL_ABORTED_BY_CALLBACK 251756890
00096 #define CURL_BAD_FUNCTION_ARGUMENT 251756898
00097 #define CURL_OBSOLETE44 251756906
00098 #define CURL_INTERFACE_FAILED 251756914
00099 #define CURL_OBSOLETE46 251756922
00100 #define CURL_TOO_MANY_REDIRECTS 251756930
00101 #define CURL_UNKNOWN_TELNET_OPTION 251756938
00102 #define CURL_TELNET_OPTION_SYNTAX 251756946
00103 #define CURL_OBSOLETE50 251756954
00104 #define CURL_PEER_FAILED_VERIF 251756962
00105 #define CURL_GOT_NOTHING 251756970
00106 #define CURL_SSL_ENGINE_NOTFOUND 251756978
00107 #define CURL_SSL_ENGINE_SETFAILED 251756986
00108 #define CURL_SEND_ERROR 251756994
00109 #define CURL_RECV_ERROR 251757002
00110 #define CURL_OBSOLETE57 251757010
00111 #define CURL_SSL_CERTPROBLEM 251757018
00112 #define CURL_SSL_CIPHER 251757026
00113 #define CURL_SSL_CACERT 251757034
00114 #define CURL_BAD_CONTENT_ENCODING 251757042
00115 #define CURL_LDAP_INVALID_URL 251757050
00116 #define CURL_FILESIZE_EXCEEDED 251757058
00117 #define CURL_USE_SSL_FAILED 251757066
00118 #define CURL_SEND_FAIL_REWIND 251757074
00119 #define CURL_SSL_ENGINE_INITFAILED 251757082
00120 #define CURL_LOGIN_DENIED 251757090
00121 #define CURL_TFTP_NOTFOUND 251757098
00122 #define CURL_TFTP_PERM 251757106
00123 #define CURL_REMOTE_DISK_FULL 251757114
00124 #define CURL_TFTP_ILLEGAL 251757122
00125 #define CURL_TFTP_UNKNOWNID 251757130
00126 #define CURL_REMOTE_FILE_EXISTS 251757138
00127 #define CURL_TFTP_NOSUCHUSER 251757146
00128 #define CURL_CONV_FAILED 251757154
00129 #define CURL_CONV_REQD 251757162
00130 #define CURL_SSL_CACERT_BADFILE 251757170
00131 #define CURL_REMOTE_FILE_NOT_FOUND 251757178
00132 #define CURL_SSH 251757186
00133 #define CURL_SSL_SHUTDOWN_FAILED 251757194
00134 #define CURL_AGAIN 251757202
00135 #define CURL_SSL_CRL_BADFILE 251757210
00136 #define CURL_SSL_ISSUER_ERROR 251757218
00137 #define CURL_CURL_LAST 251757226
00138
00139 #pragma __member_alignment __restore
00140
00141 #endif