~ubuntu-branches/ubuntu/lucid/curl/lucid-201101212007

« back to all changes in this revision

Viewing changes to packages/OS400/curl.inc.in

  • Committer: Bazaar Package Importer
  • Author(s): Matthias Klose
  • Date: 2008-02-08 11:20:41 UTC
  • mto: (3.1.1 lenny) (1.2.1 upstream)
  • mto: This revision was merged to the branch mainline in revision 26.
  • Revision ID: james.westby@ubuntu.com-20080208112041-hed7sb5r6ghmjf8v
Tags: upstream-7.18.0
ImportĀ upstreamĀ versionĀ 7.18.0

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
      *                            | (__| |_| |  _ <| |___
6
6
      *                             \___|\___/|_| \_\_____|
7
7
      *
8
 
      * Copyright (C) 1998 - 2007, Daniel Stenberg, <daniel@haxx.se>, et al.
 
8
      * Copyright (C) 1998 - 2008, Daniel Stenberg, <daniel@haxx.se>, et al.
9
9
      *
10
10
      * This software is licensed as described in the file COPYING, which
11
11
      * you should have received as part of this distribution. The terms
18
18
      * This software is distributed on an "AS IS" basis, WITHOUT WARRANTY OF
19
19
      * ANY KIND, either express or implied.
20
20
      *
21
 
      * $Id: curl.inc.in,v 1.5 2007-10-03 15:09:21 patrickm Exp $
 
21
      * $Id: curl.inc.in,v 1.8 2008-01-16 16:04:47 patrickm Exp $
22
22
      *
23
23
      **************************************************************************
24
24
      *
112
112
      *
113
113
     d CURL_READFUNC_ABORT...
114
114
     d                 c                   X'10000000'
 
115
     d CURL_READFUNC_PAUSE...
 
116
     d                 c                   X'10000001'
 
117
      *
 
118
     d CURL_WRITEFUNC_PAUSE...
 
119
     d                 c                   X'10000001'
115
120
      *
116
121
     d CURLAUTH_NONE   c                   X'00000000'
117
122
     d CURLAUTH_BASIC  c                   X'00000001'
196
201
     d CURL_CSELECT_ERR...
197
202
     d                 c                   X'00000004'
198
203
      *
 
204
     d CURLPAUSE_RECV  c                   X'00000001'
 
205
     d CURLPAUSE_RECV_CONT...
 
206
     d                 c                   X'00000000'
 
207
     d CURLPAUSE_SEND  c                   X'00000004'
 
208
     d CURLPAUSE_SEND_CONT...
 
209
     d                 c                   X'00000000'
 
210
     d CURLPAUSE_ALL   c                   X'00000005'
 
211
     d CURLPAUSE_CONT  c                   X'00000000'
 
212
      *
199
213
      **************************************************************************
200
214
      *                                Types
201
215
      **************************************************************************
404
418
     d                 c                   4
405
419
     d  CURLPROXY_SOCKS5...
406
420
     d                 c                   5
 
421
     d  CURLPROXY_SOCKS4A...
 
422
     d                 c                   6
 
423
     d  CURLPROXY_SOCKS5_HOSTNAME...
 
424
     d                 c                   7
407
425
      *
408
426
     d curl_usessl     s             10i 0 based(######ptr######)               Enum
409
427
     d  CURLUSESSL_NONE...
552
570
     d                 c                   00061
553
571
     d  CURLOPT_INTERFACE...
554
572
     d                 c                   10062
555
 
     d  CURLOPT_KRB4LEVEL...
 
573
     d  CURLOPT_KRBLEVEL...
556
574
     d                 c                   10063
557
575
     d  CURLOPT_SSL_VERIFYPEER...
558
576
     d                 c                   00064
731
749
     d                 c                   20163
732
750
     d  CURLOPT_OPENSOCKETDATA...
733
751
     d                 c                   10164
 
752
     d  CURLOPT_COPYPOSTFIELDS...
 
753
     d                 c                   10165
 
754
     d  CURLOPT_PROXY_TRANSFER_MODE...
 
755
     d                 c                   00166
 
756
     d  CURLOPT_SEEKFUNCTION...
 
757
     d                 c                   20167
 
758
     d  CURLOPT_SEEKDATA...
 
759
     d                 c                   10168
734
760
      *
735
761
     d CURLFORMcode    s             10i 0 based(######ptr######)               Enum
736
762
     d  CURL_FORMADD_OK...
1082
1108
     d curl_read_callback...
1083
1109
     d                 s               *   based(######ptr######) procptr
1084
1110
      *
 
1111
     d curl_seek_callback...
 
1112
     d                 s               *   based(######ptr######) procptr
 
1113
      *
1085
1114
     d curl_sockopt_callback...
1086
1115
     d                 s               *   based(######ptr######) procptr
1087
1116
      *
1325
1354
     d                 pr                  extproc('curl_easy_reset')
1326
1355
     d  curl                           *   value                                CURL *
1327
1356
      *
 
1357
     d curl_easy_pause...
 
1358
     d                 pr                  extproc('curl_easy_pause')
 
1359
     d  curl                           *   value                                CURL *
 
1360
     d  bitmask                      10i 0 value
 
1361
      *
1328
1362
     d curl_multi_init...
1329
1363
     d                 pr              *   extproc('curl_multi_init')           CURLM *
1330
1364
      *