aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPatrick Monnerat <patrick@monnerat.net>2024-01-29 12:10:17 +0100
committerDaniel Stenberg <daniel@haxx.se>2024-01-29 16:34:53 +0100
commit2bfbb538d0a54d3142b0a4b0005334a8237b996a (patch)
tree3278fcc40d3412173ade069b24a088afc484f098
parentcb343182b7181c6df57e7bb711e418ae447fd443 (diff)
downloadcurl-2bfbb538d0a54d3142b0a4b0005334a8237b996a.tar.gz
OS400: sync ILE/RPG binding
Also do not force git CRLF line endings on *.cmd files for OS400. Closes #12815
-rw-r--r--packages/OS400/.gitattributes6
-rw-r--r--packages/OS400/curl.inc.in18
2 files changed, 24 insertions, 0 deletions
diff --git a/packages/OS400/.gitattributes b/packages/OS400/.gitattributes
new file mode 100644
index 000000000..e9b8201b5
--- /dev/null
+++ b/packages/OS400/.gitattributes
@@ -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
diff --git a/packages/OS400/curl.inc.in b/packages/OS400/curl.inc.in
index d1254ce49..b3a4e9efd 100644
--- a/packages/OS400/curl.inc.in
+++ b/packages/OS400/curl.inc.in
@@ -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...