aboutsummaryrefslogtreecommitdiffstats
path: root/os400/libxmlrpg/nanohttp.rpgle
diff options
context:
space:
mode:
authorXin Li <delphij@google.com>2016-07-26 14:22:54 -0700
committerXin Li <delphij@google.com>2016-08-15 22:30:45 +0000
commita136fc2e5a8893a02b0912862d26a575fcbd641a (patch)
tree341dc6790424526b424173dc7bc5a1165db7de10 /os400/libxmlrpg/nanohttp.rpgle
parentedb5870767fed8712a9b77ef34097209b61ab2db (diff)
downloadandroid_external_libxml2-a136fc2e5a8893a02b0912862d26a575fcbd641a.tar.gz
android_external_libxml2-a136fc2e5a8893a02b0912862d26a575fcbd641a.tar.bz2
android_external_libxml2-a136fc2e5a8893a02b0912862d26a575fcbd641a.zip
Merge remote-tracking branch 'goog/upstream-master' into mymerge
BUG: 29834751 Change-Id: I88fc1d4f86bcbd0ac0fe9acdbe764f3d738c5f32 (cherry picked from commit e3d78e1fe0669e9c7083a4de19f1e06171849b28)
Diffstat (limited to 'os400/libxmlrpg/nanohttp.rpgle')
-rw-r--r--os400/libxmlrpg/nanohttp.rpgle23
1 files changed, 15 insertions, 8 deletions
diff --git a/os400/libxmlrpg/nanohttp.rpgle b/os400/libxmlrpg/nanohttp.rpgle
index 4a076d2b..d4e6008f 100644
--- a/os400/libxmlrpg/nanohttp.rpgle
+++ b/os400/libxmlrpg/nanohttp.rpgle
@@ -13,6 +13,8 @@
/if defined(LIBXML_HTTP_ENABLED)
+ /include "libxmlrpg/xmlTypesC"
+
d xmlNanoHTTPInit...
d pr extproc('xmlNanoHTTPInit')
@@ -24,7 +26,8 @@
d URL * value options(*string) const char *
d xmlNanoHTTPFetch...
- d pr 10i 0 extproc('xmlNanoHTTPFetch')
+ d pr extproc('xmlNanoHTTPFetch')
+ d like(xmlCint)
d URL * value options(*string) const char *
d filename * value options(*string) const char *
@@ -35,7 +38,7 @@
d input * value options(*string) const char *
d contentType * value char * *
d headers * value options(*string) const char *
- d ilen 10i 0 value
+ d ilen value like(xmlCint)
d xmlNanoHTTPMethodRedir...
d pr * extproc('xmlNanoHTTPMethodRedir') void *
@@ -45,7 +48,7 @@
d contentType * value char * *
d redir * value char * *
d headers * value options(*string) const char *
- d ilen 10i 0 value
+ d ilen value like(xmlCint)
d xmlNanoHTTPOpen...
d pr * extproc('xmlNanoHTTPOpen') void *
@@ -59,7 +62,8 @@
d redir * value char * *
d xmlNanoHTTPReturnCode...
- d pr 10i 0 extproc('xmlNanoHTTPReturnCode')
+ d pr extproc('xmlNanoHTTPReturnCode')
+ d like(xmlCint)
d ctx * value void *
d xmlNanoHTTPAuthHeader...
@@ -71,7 +75,8 @@
d ctx * value void *
d xmlNanoHTTPContentLength...
- d pr 10i 0 extproc('xmlNanoHTTPContentLength')
+ d pr extproc('xmlNanoHTTPContentLength')
+ d like(xmlCint)
d ctx * value void *
d xmlNanoHTTPEncoding...
@@ -83,14 +88,16 @@
d ctx * value void *
d xmlNanoHTTPRead...
- d pr 10i 0 extproc('xmlNanoHTTPRead')
+ d pr extproc('xmlNanoHTTPRead')
+ d like(xmlCint)
d ctx * value void *
d dest * value void *
- d len 10i 0 value
+ d len value like(xmlCint)
/if defined(LIBXML_OUTPUT_ENABLED)
d xmlNanoHTTPSave...
- d pr 10i 0 extproc('xmlNanoHTTPSave')
+ d pr extproc('xmlNanoHTTPSave')
+ d like(xmlCint)
d ctxt * value void *
d filename * value options(*string) const char *
/endif LIBXML_OUTPUT_ENABLD