• Home
  • Raw
  • Download

Lines Matching +full:- +full:- +full:with +full:- +full:libssh2

7   The biggest problem with OS/400 is EBCDIC. libcurl implements an internal
14 mechanism would have lead in a localized binary library - not portable across
27 To support all the different variants of EBCDIC, non-standard wrapper
42 Non-standard EBCDIC wrapper prototypes are defined in an additional header
43 file: ccsidcurl.h. These should be self-explanatory to an OS/400-aware
45 Wrapper procedures with variable arguments are described below:
147 CURLOPT_POSTFIELDSIZE != -1, the data size is adjusted according to the
171 curl_easy_getinfo(), the value returned in the pointer should be released with
186 Lists returned should be released with curl_slist_free_all() after use.
188 CCSID. Returned structures should be freed with curl_certinfo_free_all()
194 non-ccsid version and return a string encoded in the additional ccsid
200 Although the prototypes are self-explanatory, the returned string pointer
201 should be released with curl_free() after use, as opposite to the non-ccsid
209 supported ccsid. However the caller should release the returned pointer with
212 _ curl_easy_header_ccsid() works as its non-CCSID counterpart but requires an
221 must be released with curl_free().
225 fact, few common utilities are available. As a consequence, the config-os400.h
237 _ FTP with secure transmission
243 _ IMAP with secure transmission
247 _ POP3 with secure transmission
249 _ SCP if libssh2 is enabled
250 _ SFTP if libssh2 is enabled
253 _ SMTP with secure transmission
263 familiar with.
270 _ Likewise, if SCP and SFTP protocols have to be compiled in, LIBSSH2
277 - If you want to change the default configuration parameters like debug info
278 generation, optimization level, listing option, target library, ZLIB/LIBSSH2
283 cp initscript.sh makelog): this is intended to create the makelog file with
301 - CLI tool bound program curl.
302 - CLI command curl.
307 _ CCSIDCURL member in file H. This defines the non-standard EBCDIC wrappers for
313 - IFS link /curl/bin/curl to CLI tool program.
322 to setlocale_a (QADRT's setlocale() ASCII wrapper) with category LC_ALL or
350 with different parameter lists.
355 but with different parameter lists.
358 prototypes to curl_multi_setopt(), but with different parameter lists.
361 but with different parameter lists.
369 _ Since V7R4M0, procedure overloading is used to emulate limited "vararg-like"
389 recommended to use option "--output" to redirect output to a specific IFS file.