ccsidcurl.h
Go to the documentation of this file.
00001 /***************************************************************************
00002  *                                  _   _ ____  _
00003  *  Project                     ___| | | |  _ \| |
00004  *                             / __| | | | |_) | |
00005  *                            | (__| |_| |  _ <| |___
00006  *                             \___|\___/|_| \_\_____|
00007  *
00008  * Copyright (C) 1998 - 2013, Daniel Stenberg, <daniel@haxx.se>, et al.
00009  *
00010  * This software is licensed as described in the file COPYING, which
00011  * you should have received as part of this distribution. The terms
00012  * are also available at https://curl.haxx.se/docs/copyright.html.
00013  *
00014  * You may opt to use, copy, modify, merge, publish, distribute and/or sell
00015  * copies of the Software, and permit persons to whom the Software is
00016  * furnished to do so, under the terms of the COPYING file.
00017  *
00018  * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF ANY
00019  * KIND, either express or implied.
00020  *
00021  *
00022  ***************************************************************************/
00023 
00024 #ifndef __CURL_CCSIDCURL_H
00025 #define __CURL_CCSIDCURL_H
00026 
00027 #include "curl.h"
00028 #include "easy.h"
00029 #include "multi.h"
00030 
00031 
00032 CURL_EXTERN char * curl_version_ccsid(unsigned int ccsid);
00033 CURL_EXTERN char * curl_easy_escape_ccsid(CURL * handle,
00034                                           const char * string, int length,
00035                                           unsigned int sccsid,
00036                                           unsigned int dccsid);
00037 CURL_EXTERN char * curl_easy_unescape_ccsid(CURL * handle, const char * string,
00038                                             int length, int * outlength,
00039                                             unsigned int sccsid,
00040                                             unsigned int dccsid);
00041 CURL_EXTERN struct curl_slist * curl_slist_append_ccsid(struct curl_slist * l,
00042                                                         const char * data,
00043                                                         unsigned int ccsid);
00044 CURL_EXTERN time_t curl_getdate_ccsid(const char * p, const time_t * unused,
00045                                       unsigned int ccsid);
00046 CURL_EXTERN curl_version_info_data * curl_version_info_ccsid(CURLversion stamp,
00047                                                              unsigned int cid);
00048 CURL_EXTERN const char * curl_easy_strerror_ccsid(CURLcode error,
00049                                                   unsigned int ccsid);
00050 CURL_EXTERN const char * curl_share_strerror_ccsid(CURLSHcode error,
00051                                                    unsigned int ccsid);
00052 CURL_EXTERN const char * curl_multi_strerror_ccsid(CURLMcode error,
00053                                                    unsigned int ccsid);
00054 CURL_EXTERN CURLcode curl_easy_getinfo_ccsid(CURL * curl, CURLINFO info, ...);
00055 CURL_EXTERN CURLFORMcode curl_formadd_ccsid(struct curl_httppost * * httppost,
00056                                             struct curl_httppost * * last_post,
00057                                             ...);
00058 CURL_EXTERN char * curl_form_long_value(long value);
00059 CURL_EXTERN int curl_formget_ccsid(struct curl_httppost * form, void * arg,
00060                                    curl_formget_callback append,
00061                                    unsigned int ccsid);
00062 CURL_EXTERN CURLcode curl_easy_setopt_ccsid(CURL * curl, CURLoption tag, ...);
00063 CURL_EXTERN void curl_certinfo_free_all(struct curl_certinfo *info);
00064 CURL_EXTERN char *curl_pushheader_bynum_cssid(struct curl_pushheaders *h,
00065                                               size_t num, unsigned int ccsid);
00066 CURL_EXTERN char *curl_pushheader_byname_ccsid(struct curl_pushheaders *h,
00067                                                const char *header,
00068                                                unsigned int ccsidin,
00069                                                unsigned int ccsidout);
00070 
00071 #endif


rc_visard_driver
Author(s): Heiko Hirschmueller , Christian Emmerich , Felix Ruess
autogenerated on Thu Jun 6 2019 20:43:02