mirror of
https://github.com/curl/curl.git
synced 2025-04-18 16:30:45 +08:00
OS400: sync ILE/RPG binding
Also do not force git CRLF line endings on *.cmd files for OS400. Closes #12815
This commit is contained in:
parent
cb343182b7
commit
2bfbb538d0
6
packages/OS400/.gitattributes
vendored
Normal file
6
packages/OS400/.gitattributes
vendored
Normal file
@ -0,0 +1,6 @@
|
||||
# Copyright (C) Daniel Stenberg, <daniel@haxx.se>, et al.
|
||||
#
|
||||
# SPDX-License-Identifier: curl
|
||||
|
||||
# OS400 .cmd files are not windows scripts.
|
||||
*.cmd text eol=auto
|
@ -667,6 +667,8 @@
|
||||
d c 98
|
||||
d CURLE_UNRECOVERABLE_POLL...
|
||||
d c 99
|
||||
d CURLE_TOO_LARGE...
|
||||
d c 100
|
||||
*
|
||||
/if not defined(CURL_NO_OLDIES)
|
||||
d CURLE_URL_MALFORMAT_USER...
|
||||
@ -1655,6 +1657,10 @@
|
||||
d c 00321
|
||||
d CURLOPT_QUICK_EXIT...
|
||||
d c 00322
|
||||
d CURLOPT_HAPROXY_CLIENT_IP...
|
||||
d c 10323
|
||||
d CURLOPT_SERVER_RESPONSE_TIMEOUT_MS...
|
||||
d c 00324
|
||||
*
|
||||
/if not defined(CURL_NO_OLDIES)
|
||||
d CURLOPT_FILE c 10001
|
||||
@ -1890,6 +1896,12 @@
|
||||
d c X'0010003D'
|
||||
d CURLINFO_CAPATH... CURLINFO_STRING + 62
|
||||
d c X'0010003E'
|
||||
d CURLINFO_XFER_ID... CURLINFO_OFF_T + 63
|
||||
d c X'0060003F'
|
||||
d CURLINFO_CONN_ID... CURLINFO_OFF_T + 64
|
||||
d c X'00600040'
|
||||
d CURLINFO_QUEUE_TIME_T... CURLINFO_OFF_T + 65
|
||||
d c X'00600041'
|
||||
*
|
||||
d CURLINFO_HTTP_CODE... Old ...RESPONSE_CODE
|
||||
d c X'00200002'
|
||||
@ -2251,6 +2263,8 @@
|
||||
d c 29
|
||||
d CURLUE_LACKS_IDN...
|
||||
d c 30
|
||||
d CURLUE_TOO_LARGE...
|
||||
d c 31
|
||||
*
|
||||
d CURLUPart s 10i 0 based(######ptr######) Enum
|
||||
d CURLUPART_URL c 0
|
||||
@ -3062,6 +3076,10 @@
|
||||
d sockfd value like(curl_socket_t)
|
||||
d sockp * value void *
|
||||
*
|
||||
d curl_multi_get_handles...
|
||||
d pr * extproc('curl_multi_get_handles') CURL **
|
||||
d multi_handle * value CURLM *
|
||||
*
|
||||
d curl_url pr * extproc('curl_url') CURLU *
|
||||
*
|
||||
d curl_url_cleanup...
|
||||
|
Loading…
x
Reference in New Issue
Block a user