G:/ScriptBasic/source/extensions/curl/interface.c File Reference

#include <stdio.h>
#include <time.h>
#include <curl/curl.h>
#include "../../basext.h"

Go to the source code of this file.

Data Structures

struct  _CurlConnection
struct  _CurlClass

Defines

#define STRING_OPTIONS
#define STRING_OPTION(X)   char *psz##X;
#define GET_CURL_HANDLE
#define STRING_OPTION(X)   pCon->psz##X = NULL;
#define CHECK_OPTION(X)   if( STRLEN(Argument) == strlen(#X) && memcmp(STRINGVALUE(Argument),#X,strlen(#X)) == 0 )
#define STRING_OPTION(X)
#define HANDLE_FLAG(X)
#define HANDLE_LONG(X)
#define CHECK_INFOPT_SZ(X)
#define CHECK_INFOPT_L(X)
#define CHECK_INFOPT_D(X)
#define STRING_OPTION(X)   if( pCon->psz##X )besFREE(pCon->psz##X);

Typedefs

typedef _CurlConnection CurlConnection
typedef _CurlConnectionpCurlConnection
typedef _CurlClass CurlClass
typedef _CurlClasspCurlClass

Functions

SUPPORT_MULTITHREAD besVERSION_NEGOTIATE return (int)
 if (besMODULEPOINTER==NULL)
 besFUNCTION (sb_curl_init)
 memset (pCon->errorbuffer, 0, CURL_ERROR_SIZE)
 if (return 0x00081100+res)
 besFUNCTION (sb_curl_option)
 CHECK_OPTION (HEADERFILE)
 CHECK_OPTION (INFILE)
 CHECK_OPTION (INTEXT)
 CHECK_OPTION (POSTFIELDS)
 CHECK_OPTION (CLOSEPOLICY)
 CHECK_OPTION (TIMECONDITION)
 CHECK_OPTION (HTTPHEADER)
 CHECK_OPTION (QUOTE)
 CHECK_OPTION (POSTQUOTE)
 CHECK_OPTION (NOHTTPHEADER)
 CHECK_OPTION (NOQUOTE)
 CHECK_OPTION (NOPOSTQUOTE)
 CHECK_OPTION (HTTPPOST)
 CHECK_OPTION (BUFFER_SIZE)
 besCONVERT2ZCHAR (Argument, pszOption)
 sprintf (pCon->errorbuffer,"CURL Error in 'curl::option'. Unkown option \"%s\"", pszOption)
 besFREE (pszOption)
static besEND size_t buffercollect (char *buffer, size_t size, size_t count, pCurlConnection pCon)
 besFUNCTION (sb_curl_perform)
 if (pCon->pQuote) = pCon->next
 if (pCon->cbBuffer > 0)
 if (res==CURLE_OK)
besEND besFUNCTION (sb_curl_info)
 besDEREFERENCE (Argument)
 if (VARIABLE Argument==NULL)
 besFREE (pCon)
besEND besFUNCTION (sb_curl_error)
 if (memcpy((besRETURNVALUE) s==NULL)

Variables

INITUNLO besMODULEPOINTER = besALLOC(sizeof(CurlClass))
 return
pCon fp = NULL
pCon hfp = NULL
pCon fWasPerform = 0
pCon pHeaderLines = NULL
pCon pQuote = NULL
pCon pPostQuote = NULL
pCon firstitem = NULL
pCon lastitem = NULL
pCon pszBuffer = NULL
pCon dwBuffer = 0
pCon cbBuffer = 0
pCon dwStepBf = 0
pCon pszInText = NULL
pCon dwInText = 0
pCon cbInText = 0
pCon pSt = pSt
STRING_OPTIONS pCon pszPOSTFIELDS = NULL
 res = curl_easy_setopt(pCon->myConnection, CURLOPT_ERRORBUFFER, pCon->errorbuffer)
return x00081001
 res = curl_easy_perform(pCon->myConnection)
return x00081100 res
 Argument = besARGUMENT(2)
else pCurl pFirstConnection = pCon->next
 s = curl_escape(STRINGVALUE(Argument),STRLEN(Argument))
 s = curl_unescape(STRINGVALUE(Argument),STRLEN(Argument))


Define Documentation

#define CHECK_INFOPT_D  ) 
 

Value:

if( STRLEN(Argument) == strlen(#X) && memcmp(STRINGVALUE(Argument),#X,strlen(#X)) == 0 ){\
    res = curl_easy_getinfo(pCon->myConnection,CURLINFO_##X,&dOption);\
    besALLOC_RETURN_DOUBLE;\
    DOUBLEVALUE(besRETURNVALUE) = dOption;\
    return COMMAND_ERROR_SUCCESS;\
    }

#define CHECK_INFOPT_L  ) 
 

Value:

if( STRLEN(Argument) == strlen(#X) && memcmp(STRINGVALUE(Argument),#X,strlen(#X)) == 0 ){\
    res = curl_easy_getinfo(pCon->myConnection,CURLINFO_##X,&lOption);\
    besALLOC_RETURN_LONG;\
    LONGVALUE(besRETURNVALUE) = lOption;\
    return COMMAND_ERROR_SUCCESS;\
    }

#define CHECK_INFOPT_SZ  ) 
 

Value:

if( STRLEN(Argument) == strlen(#X) && memcmp(STRINGVALUE(Argument),#X,strlen(#X)) == 0 ){\
    res = curl_easy_getinfo(pCon->myConnection,CURLINFO_##X,&pszOption);\
    besALLOC_RETURN_STRING(strlen(pszOption));\
    memcpy(STRINGVALUE(besRETURNVALUE),pszOption,STRLEN(besRETURNVALUE));\
    return COMMAND_ERROR_SUCCESS;\
    }

Referenced by if().

#define CHECK_OPTION  )     if( STRLEN(Argument) == strlen(#X) && memcmp(STRINGVALUE(Argument),#X,strlen(#X)) == 0 )
 

Referenced by besFUNCTION(), and CHECK_OPTION().

#define GET_CURL_HANDLE
 

Value:

pCurl = (pCurlClass)besMODULEPOINTER;\
  Argument = besARGUMENT(1);\
  besDEREFERENCE(Argument);\
  if( ! Argument )return EX_ERROR_TOO_FEW_ARGUMENTS;\
  pCon = besHandleGetPointer(pCurl->HandleArray,besGETLONGVALUE(Argument));\
  if( pCon == NULL )return COMMAND_ERROR_ARGUMENT_RANGE;

Definition at line 235 of file interface.c.

#define HANDLE_FLAG  ) 
 

Value:

CHECK_OPTION(X){\
    value=1;\
    if( besARGNR >= 3 ){\
      Argument = besARGUMENT(3);\
      besDEREFERENCE(Argument);\
      value = besGETLONGVALUE(Argument);\
      }\
    res = curl_easy_setopt(pCon->myConnection,CURLOPT_##X,value);\
    if( res == CURLE_OK ) return COMMAND_ERROR_SUCCESS;\
    return 0x00081100+res;\
    }

Definition at line 1469 of file interface.c.

#define HANDLE_LONG  ) 
 

Value:

CHECK_OPTION(X){\
    value=0;\
    if( besARGNR >= 3 ){\
      Argument = besARGUMENT(3);\
      besDEREFERENCE(Argument);\
      value = besGETLONGVALUE(Argument);\
      }\
    res = curl_easy_setopt(pCon->myConnection,CURLOPT_##X,value);\
    if( res == CURLE_OK ) return COMMAND_ERROR_SUCCESS;\
    return 0x00081100+res;\
    }

Definition at line 1482 of file interface.c.

#define STRING_OPTION  )     if( pCon->psz##X )besFREE(pCon->psz##X);
 

Definition at line 1857 of file interface.c.

#define STRING_OPTION  ) 
 

Value:

CHECK_OPTION(X){\
    Argument = besARGUMENT(3);\
    besDEREFERENCE(Argument);\
    if( Argument == NULL )return COMMAND_ERROR_ARGUMENT_RANGE;\
    if( pCon->psz##X )besFREE(pCon->psz##X);\
    besCONVERT2ZCHAR(Argument,pCon->psz##X);\
    res = curl_easy_setopt(pCon->myConnection,CURLOPT_##X,pCon->psz##X);\
    if( res == CURLE_OK ) return COMMAND_ERROR_SUCCESS;\
    return 0x00081100+res;\
    }

Definition at line 1857 of file interface.c.

#define STRING_OPTION  )     pCon->psz##X = NULL;
 

Definition at line 1857 of file interface.c.

#define STRING_OPTION  )     char *psz##X;
 

Definition at line 1857 of file interface.c.

#define STRING_OPTIONS
 

Value:

STRING_OPTION(PROXY)\
STRING_OPTION(URL)\
STRING_OPTION(USERPWD)\
STRING_OPTION(PROXYUSERPWD)\
STRING_OPTION(RANGE)\
STRING_OPTION(REFERER)\
STRING_OPTION(USERAGENT)\
STRING_OPTION(FTPPORT)\
STRING_OPTION(COOKIE)\
STRING_OPTION(SSLCERT)\
STRING_OPTION(SSLCERTPASSWD)\
STRING_OPTION(COOKIEFILE)\
STRING_OPTION(CUSTOMREQUEST)\
STRING_OPTION(INTERFACE)\
STRING_OPTION(KRB4LEVEL)\
STRING_OPTION(WRITEINFO)\
STRING_OPTION(CAINFO)\
STRING_OPTION(RANDOM_FILE)\
STRING_OPTION(EGDSOCKET)\
The CURL module provides easy and still powerful functions to perform various network oriented actions that are based on URL to access data. For example CURL can perform getting data via HTTP, HTTPS from web pages, POST data to web pages, transer file to and from servers via FTP and so on.

To use the module the program has to import the BASIC "header" file named T<curl.bas>. This should be done using the command import:

=verbatim import curl.bas =noverbatim

Note that there are no double quotes around the file name to include the definition of the C implemented curl functions from the module interface header files include directory.

There are only a few functions defined in this file. The first function that an application has to call is T<curl::init()> to get a handle to a connection. A single program can use several connections simultaneous, tough currently there is no possibility to download large files asynchronous.

Follwing the initialization the program has to set several options calling T<curl::option>, and then should call the function T<curl::perform> to actually perform the download/upload or other network action. When a connection is not used anymore the function T<curl::finish> can be called, though this function is executed automatically for each connection when the interpreter exists.

=verbatim import curl.bas ON ERROR GOTO CURL_ERROR CURL = curl::init() curl::option CURL,"URL","http://scriptbasic.com/html/index.html" curl::option CURL,"FILE","C:\\ScriptBasicMirror\\html\\index.html" curl::perform CURL curl::finish STOP CURL_ERROR: PRINT "Some error happened while trying to download ScriptBasic home page. The error message is:\n" PRINT curl::error() STOP =noverbatim

For more information on other functions read the appropriate chapters.

The name CURL is made of the name of the programming language C in which CURL is implemented and from the word URL. This text that you are reading is the documentation of the ScriptBasic implementation of CURL. This implementation includes an interface module that containc C coded BASIC callable function that map most (or some) of the CURL library functions. In other words using this program yu can access most (or some) of the functions that the CURL library provides.

Altough the CURL library is quite flexible, there are some options that are altered in this module to ease the use for BASIC programmers. For example the option POSTFIELDS accepts zero terminated string by default, because 1.) POST data usually does not contain zero character and 2.) this is the easy way for C programmers. On the other hand there is a possibility, though more complex to pass string and length to the option. Because all ScriptBasic strings are arbitrary binary data and not zero character terminated strings this second method is followed.

Some of the options on the C level accept T<long> numbers from a finite set and CURL C header files define T<enum> types for the purpose. In these cases the ScriptBasic interface requires strings being specified by the BASIC program as option and convert to T<long> as appropriate to CURL.

The option names in the original CURL interface are defined in T<enum> and thus options are defined as T<long> constants. The BASIC interface works with strings, and converts the names specified as strings to their appropriate value. This is (I assume) simpler for the BASIC programmers and on the other hand induces only slight overhead as compared to network transfer times.

Definition at line 110 of file interface.c.


Typedef Documentation

typedef struct _CurlClass CurlClass
 

typedef struct _CurlConnection CurlConnection
 

typedef struct _CurlClass* pCurlClass
 

typedef struct _CurlConnection * pCurlConnection
 


Function Documentation

besCONVERT2ZCHAR Argument  ,
pszOption 
 

besDEREFERENCE Argument   ) 
 

besFREE pCon   ) 
 

besFREE pszOption   ) 
 

besEND besFUNCTION sb_curl_error   ) 
 

=section curl_error =H curl::error

If any error has happened this function can be used to retrieve the error message that the underlying CURL library supplied.

Usage: =verbatim print curl::error(CURL) =noverbatim

Definition at line 1880 of file interface.c.

References besALLOC_RETURN_STRING(), and STRLEN().

besEND besFUNCTION sb_curl_info   ) 
 

=section curl_info =H curl::info

Call this function to get information on the performed action after T<curl::perform> was called

Usage: =verbatim INFO = curl::info(CURL,info) =noverbatim

The argument T<info> should be string and can take one of the valueslisted in the following sections. The return value is either a string, integer or real value according to the type of the requested information. The possible string arguments should be used in upper case letters, and should be precisely typed, no abbreviations or alternate forms of the words are recognized by the subroutine.

Note that the following sections were mainly compiled from the documentation of the original C language CURL package documentation T<curl_easy_getinfo.3> man page.

=subsection EFFECTIVE_URL string The function returns the string of the effective URL of the last transfer.

=subsection HTTP_CODE integer The function returns the integer status value of the lasttransfer.

=subsection FILETIME integer The function returns the remote time of the retrieved document. If the result is zero it means that the time can not be determined for some reson. It may happen that the server hides the time, or does not support the command that is used to retrieve the file time.

=subsection TOTAL_TIME real The function returns a real number; the total transaction time in seconds for the previous transfer. The returned value is real and not integer because the fractional seconds are also taken into account.

=subsection NAMELOOKUP_TIME real The function returns a real number; the time, in seconds, it took from the start until the name resolving was completed.

=subsection CONNECT_TIME real The function returns a real number; the time, in seconds, it took from the start until the connect to the remote host (or proxy) was completed.

=subsection PRETRANSFER_TIME real The function returns a real number; the time, in seconds, it took from the start until the file transfer is just about to begin. This includes all pre-transfer commands and negotiations that are specific to the particular protocol(s) involved.

=subsection SIZE_UPLOAD real The function returns a real number; the total amount of bytes that were uploaded.

I see no reason why this is a real number but the underlying CURL library returns a T<double>.

=subsection SIZE_DOWNLOAD real The function returns a real number; total amount of bytes that were downloaded.

I see no reason why this is a real number but the underlying CURL library returns a T<double>.

=subsection SPEED_DOWNLOAD real The function returns a real number; the average download speed, in bytes/seconds, that curl measured for the complete download.

=subsection SPEED_UPLOAD real The function returns a real number; the average upload speed, in bytes/seconds, that curl measured for the complete upload.

=subsection HEADER_SIZE integer The function returns an integer; the toal number of bytes received in all headers during the transfer.

=subsection REQUEST_SIZE integer The function returns an integer; the total number of bytes of the issued requests. This is so far only for HTTP requests. Note that this may be more than one request if T<FOLLOWLOCATION> was set using T<curl::option>.

=subsection SSL_VERIFYRESULT integer The function returns an integer; the result of the certification verification that was requested (using T<curl::option> with the option T<SSL_VERIFYPEER>).

=subsection CONTENT_LENGTH_DOWNLOAD real The function returns a real number; the content-length of the download. This is the value read from the T<Content-Length:> field.

I see no reason why this is a real number but the underlying CURL library returns a T<double>.

=subsection CONTENT_LENGTH_UPLOAD real The function returns a real number; the specified size of the upload.

Definition at line 1734 of file interface.c.

References _CurlConnection::errorbuffer, and sprintf().

besFUNCTION sb_curl_perform   ) 
 

=section curl_perform =H curl::perform

Call this function to perform the action that was initialized using the function T<curl::init()> and T<curl::option()>

Usage: =verbatim curl::perform CURL =noverbatim

Definition at line 1575 of file interface.c.

References _CurlConnection::myConnection, and _CurlConnection::pHeaderLines.

besFUNCTION sb_curl_option   ) 
 

=section curl_option =H curl::option

Call this function to set the various options of the actual curl session.

Usage: =verbatim curl::option CURL, "option" [, value] =noverbatim

The various options that the current version of the module supports are listed in the following sections. Note that the documentation is mainly copied from the original CURL lib documentation.

Some of the options require a string as a parameter. The strings usually should not contain zero character. The exception is the option T<POSTFIELDS>, which is handled in a special way to allow the programmer to send arbitrary binary data as HTTP POST parameter.

The option names in the section titles in this document are followed by one of the words I<string>, I<integer> and I<flag>.

=itemize =item Options followed by the word I<string> need string argument. If the option value is not specified zero length string is used. Because this is nonsense in most cases, you better use a third string argument for these options. =item Options followed by the word I<flag> are yes/no type options. Presenting them without value means switching the option on. To switch such an option off the programmer has to explicitely specify zero value as third argument. In other words omitting the option value in such a case is the same as specifying T<1> or T<TRUE> or any other non-zero value. To switch off a I<flag> option you can specify the value as T<FALSE> (which is zero in ScriptBasic) for more readability. =verbatim curl::option CURL,"VERBOSE" curl::option CURL,"VERBOSE",TRUE curl::option CURL,"VERBOSE",1 =noverbatim are the same as well as the oposit =verbatim curl::option CURL,"VERBOSE",FALSE curl::option CURL,"VERBOSE",0 =noverbatim are the same. =item Options followed by the word I<integer> accept integer value. If the value is missing for such an option zero is used. For example: =verbatim curl::option CURL,"RESUME_FROM" curl::option CURL,"RESUME_FROM",0 =noverbatim are the same. =noitemize

The option names are implemented case sensitive in this module, thus you can not use T<"verbose"> instead of T<"VERBOSE">. Also the programmer should type the option names precisely, no mispelling is tolerated by the program.

=subsection BUFFER_SIZE integer

=verbatim curl::option CurlHandle,"BUFFER_SIZE",1024 =noverbatim

When a file is downloaded but not stored in a file the function T<curl::perform(CURL)> returns the content of the downloaded file as a huge string. During the download this string is stored ina temporary buffer. The size of this buffer increases gradually as more and more bytes come. If there are 10 bytes coming at a time then the buffer will grow only ten bytes. This also means a new buffer allocation and copying the content of the buffer, which consumes system resources, especially for large files.

If you happen to know the estimated size of the file, you can set the initial size of the buffer to a huge value using this option. For example if you know that the file is 1024 bytes, you can set this option as in the example above. In that case when the first byte comes from the URL the 1024 byte length buffer is increased and when the consecutive bytes come there is space to store them without reallocating the buffer.

You need not worry about using this buffer when you handle small files, like web pages. If you see performace or memory shortage problems, then you may consider this option along with the option T<FILE> that helps you store the downloaded file on disk.

=subsection CAINFO string

=verbatim curl::option CurlHandle,"CAINFO","c:\\certs\mycert.pem" =noverbatim

Pass a string file naming holding the certificate to verify the peer with. This only makes sense when used in combination with the CURLOPT_SSL_VERIFYPEER option.

=subsection COOKIE string

=verbatim curl::option CurlHandle,"COOKIE","mycookie=is rather long" =noverbatim

Pass a string as parameter. It will be used to set a cookie in the http request. The format of the string should be T<[NAME]=[CONTENTS];> Where T<NAME> is the cookie name.

=subsection COOKIEFILE string

=verbatim curl::option CurlHandle,"COOKIEFILE","c:\\WINDOWS\\cookies.txt" =noverbatim

Pass a string as parameter. It should contain the name of your file holding cookie data. The cookie data may be in Netscape / Mozilla cookie data format or just regular HTTP-style headers dumped to a file.

=subsection CUSTOMREQUEST string

=verbatim curl::option CurlHandle,"CUSTOMREQUEST","MOVE" =noverbatim

Pass a string as parameter. It will be user instead of GET or HEAD when doing the HTTP request. This is useful for doing DELETE or other more obscure HTTP requests. Don't do this at will, make sure your server supports the command first.

=subsection FILE

=verbatim curl::option CurlHandle,"FILE","file_name" =noverbatim

Use this option to set the file name of the file where the result will be saved. When you set this option the file is opened and truncated assumed that the program has appropriate privileges. Thus if there was a file with the name the file will be overwrtitten even if the T<curl::perform> function is not called. The file is opened, when the option is set and kept opened so long as the connection is "finished" or another T<INFILE> or T<FILE> option is specified for the connection.

If you donot specify any file to store the downloaded result, then the function T<curl::perform(CURL)> will return the file as a single huge string.

Comment on internals (if you do not understand what I am talking about, most probably you do not need to):

The underlying CURL library requests an opened file handle passed to the library and a function that performs the file writing. The ScriptBasic interface gets the name of the file, opens the file, passes the opened file pointer to the library and specifies the stadard T<fwrite> function to write the file.

The pointer to the function T<fwrite> is taken from the support table, thus is any preloaded module altered this before setting this option the module function will be used.

The file is opened calling the system function T<fopen> via the ScriptBasic support function calling stacks. This means that if some module implements a hook function to control file access that will be taken into account the same way as it is taken into accoung in the case of the BASIC command T<OPEN>.

=subsection FTPPORT string

=verbatim curl::option CurlHandle,"FTPPORT","222" =noverbatim

Pass a string as parameter. It will be used to get the IP address to use for the ftp PORT instruction. The PORT instruction tells the remote server to connect to our specified IP address. The string may be a plain IP address, a host name, an network interface name (under unix) or just a '-' letter to let the library use your systems default IP address.

=subsection HEADERFILE string

=verbatim curl::option CurlHandle,"HEADERFILE","file_name" =noverbatim

Use this option to set the file name of the file where the header coming from the server will be saved. When you set this option the file is opened and truncated assumed that the program has appropriate privileges. Thus if there was a file with the name the file will be overwrtitten even if the T<curl::perform> function is not called. The file is opened, when the option is set and kept opened so long as the connection is "finished" or another T<HEADERFILE> option is specified for the connection.

Note: You need this option if you want to get the header and the body of a downloaded file into two separate files. You can easily get the header and the body into a single file if you use the option T<HEADER>. Altough there is nothing that prevents, I see no real use of the two options aka T<HEADERFILE> and flag T<HEADER>) together. But you are free to use them together.

Comment on internals (if you do not understand what I am talking about, most probably you do not need to):

The underlying CURL library requests an opened file handle passed to the library and a function that performs the file writing. The ScriptBasic interface gets the name of the file, opens the file, passes the opened file pointer to the library and specifies the stadard T<fwrite> function to write the file.

The pointer to the function T<fwrite> is taken from the support table, thus is any preloaded module altered this before setting this option the module function will be used.

The file is opened calling the system function T<fopen> via the ScriptBasic support function calling stacks. This means that if some module implements a hook function to control file access that will be taken into account the same way as it is taken into accoung in the case of the BASIC command T<OPEN>.

=subsection INFILE string

=verbatim curl::option CurlHandle,"INFILE","file_name" =noverbatim

Use this option to set the file name of the file where the source is for file upload. When you set this option the file is opened for reading, thus the file should exist and should be readable for the program. The file is opened, when the option is set and kept opened so long as the connection is "finished" or another T<INFILE> or T<FILE> option is specified for the connection.

You cannot use the options T<INTEXT> and T<INFILE> at the same time for the same connection. If you use both the latter specified will be used.

Comment on internals (if you do not understand what I am talking about, most probably you do not need to):

The underlying CURL library requests an opened file handle passed to the library and a function that performs the file writing. The ScriptBasic interface gets the name of the file, opens the file, passes the opened file pointer to the library and specifies the stadard T<fread> function to read the file.

The pointer to the function T<fread> is taken from the support table, thus is any preloaded module altered this before setting this option the module function will be used.

Curl optionally acepts the size of the file to report to the upload server. The implementation of this option interfacing automatically gets the size of the file specified in the option and sets the underlying option.

The file is opened calling the system function T<fopen> via the ScriptBasic support function calling stacks. This means that if some module implements a hook function to control file access that will be taken into account the same way as it is taken into accoung in the case of the BASIC command T<OPEN>.

=subsection INTERFACE string

=verbatim curl::option CurlHandle,"INTERFACE","16.193.68.55" =noverbatim

Pass a string as parameter. This set the interface name to use as outgoing network interface. The name can be an interface name, an IP address or a host name.

=subsection INTEXT string

=verbatim curl::option CurlHandle,"INTEXT","""This is the content of the file that we will upload. """ =noverbatim

Use this option to set the content of the file for any kind of upload. This option can be used to upload small files via HTTP or FTP, which are generated on-the-fly by the BASIC program, and there is no need to store the files locally.

You cannot use the options T<INTEXT> and T<INFILE> at the same time for the same connection. If you use both the latter specified will be used.

=subsection KRB4LEVEL string

=verbatim curl::option CurlHandle,"KRB4LEVEL","confidential" =noverbatim

Pass a string as parameter. Set the krb4 security level, this also enables krb4 awareness. This is a string, 'clear', 'safe', 'confidential' or 'private'. If the string is set but doesn't match one of these, 'private' will be used. Set the string to NULL to disable kerberos4. The kerberos support only works for FTP.

=subsection PROXY string

=verbatim curl::option CurlHandle,"PROXY","www.my-proxy.com:8080" =noverbatim

If you need libcurl to use a http proxy to access the outside world, set the proxy string with this option. To specify port number in this string, append T<:[port]> to the end of the host name. The proxy string may be prefixed with T<[protocol]://> since any such prefix will be ignored.

=subsection PROXYPORT integer

=verbatim curl::option CurlHandle,"PROXYPORT",8080 =noverbatim

Use this option to set the proxy port to use unless it is specified in the proxy string T<PROXY>.

=subsection PROXYUSERPWD string

=verbatim curl::option CurlHandle,"PROXYUSERPWD","verhas:m23kkdUT" =noverbatim

Pass a string as parameter, which should be T<username:password> to use for the connection to the HTTP proxy. If the password is left out, you will be prompted for it.

=subsection RANDOM_FILE string

=verbatim curl::option CurlHandle,"RANDOM_FILE","c:\\WINNT4\pagefile.sys" =noverbatim

Pass a string to a zero terminated file name. The file will be used to read from to seed the random engine for SSL. The more random the specified file is, the more secure will the SSL connection become.

=subsection RANGE string

=verbatim curl::option CurlHandle,"RANGE","3321-3322" =noverbatim

Pass a string as parameter, which should contain the specified range you want. It should be in the format "X-Y", where X or Y may be left out. HTTP transfers also support several intervals, separated with commas as in T<"X-Y,N-M">. Using this kind of multiple intervals will cause the HTTP server to send the response document in pieces.

=subsection REFERER string

=verbatim curl::option CurlHandle,"REFERER","http://www.scriptbasic.com" =noverbatim

Pass a string as parameter. It will be used to set the T<Referer:> header in the http request sent to the remote server. This can be used to fool servers or scripts.

=subsection SSLCERT string

=verbatim curl::option CurlHandle,"SSLCERT","???" =noverbatim

Pass a string as parameter. The string should be the file name of your certficicate in PEM format.

=subsection SSLCERTPASSWD string

=verbatim curl::option CurlHandle,"SSLCERTPASSWD","m23kkdUT" =noverbatim

Pass a string as parameter. It will be used as the password required to use the T<SSLCERT> certificate. If the password is not supplied, you will be prompted for it.

=subsection URL string

=verbatim curl::option CurlHandle,"URL","http://curl.haxx.se" =noverbatim

The actual URL to deal with.

NOTE: this option is required to be set before T<curl::perform()> is called.

=subsection USERAGENT string

=verbatim curl::option CurlHandle,"USERAGENT","CURL 7.9.5 with SB Interface; v10b29" =noverbatim

Pass a string as parameter. It will be used to set the T<User-Agent:> header in the http request sent to the remote server. This can be used to fool servers or scripts.

=subsection USERPWD string

=verbatim curl::option CurlHandle,"USERPWD","verhas:m23kkdUT" =noverbatim

Pass a string as parameter, which should be T<username:password> to use for the connection. If the password is left out, you will be prompted for it.

=subsection WRITEINFO string

=verbatim curl::option CurlHandle,"WRITEINFO","" =noverbatim

Pass a string as parameter. It will be used to report information after a successful request.

As report and progress callback is not implemented in ScriptBasic CURL module, there is not much use of this option.

=subsection EGDSOCKET string

=verbatim curl::option CurlHandle,"EGDSOCKET","\\.\\edg" =noverbatim

Pass a string path name to the Entropy Gathering Daemon socket. It will be used to seed the random engine for SSL.

=subsection POSTFIELDS string

=verbatim curl::option CurlHandle,"POSTFIELDS","name=Edmund+Nielsen+Bohr&address=Downing+street+11" =noverbatim

Pass a string as parameter, which should be the full data to post in a HTTP post operation.

Note that CURL library also implements the option T<CURLOPT_POSTFIELDSIZE> for C programmers. That option is automatically called by the interface function, thus any binary BASIC string can be used as post parameter.

=subsection HTTPPROXYTUNNEL flag

=verbatim curl::option CurlHandle,"HTTPPROXYTUNNEL" =noverbatim

Set the parameter to get the library to tunnel all non-HTTP operations through the given HTTP proxy. Do note that there is a big difference to use a proxy and to tunnel through it. If you don't know what this means, you probably don't want this tunnel option.

=subsection VERBOSE flag

=verbatim curl::option CurlHandle,"VERBOSE" =noverbatim

Set the parameter to get the library to display a lot of verbose information about its operations. Very useful for libcurl and/or protocl debugging and understanding.

=subsection NOPROGRESS flag

=verbatim curl::option CurlHandle,"NOPROGRESS" =noverbatim

Setting the parameter tells the library to shut of the built-in progress meter completely. (NOTE: future versions of the lib is likely to not have any built-in progress meter at all).

=subsection HEADER flag

=verbatim curl::option CurlHandle,"HEADER" =noverbatim

Setting the parameter tells the library to include the header in the output. This is only relevant for protocols that actually has a header preceeding the data (like HTTP).

=subsection NOBODY flag

=verbatim curl::option CurlHandle,"NOBODY" =noverbatim

Setting the parameter tells the library to not include the body-part in the output. This is only relevant for protocols that have a separate header and body part.

=subsection FAILONERROR flag

=verbatim curl::option CurlHandle,"FAILONERROR" =noverbatim

Setting the parameter tells the library to fail silently if the HTTP code returned is equal or larger than 300. The default action would be to return the page normally, ignoring that code.

=subsection UPLOAD flag

=verbatim curl::option CurlHandle,"UPLOAD" =noverbatim

Setting the parameter tells the library to prepare for an upload. The option T<INFILE> is also interesting for uploads.

=subsection POST flag

=verbatim curl::option CurlHandle,"POST" =noverbatim

Setting the parameter tells the library to do a regular HTTP post. This is a normal T<application/x-www-form-urlencoded> kind, which is the most commonly used one by HTML forms. See the option T<POSTFIELDS> option for how to specify the data to post.

=subsection CRLF flag

=verbatim curl::option CurlHandle,"CRLF" =noverbatim

Convert unix newlines to CRLF newlines on FTP uploads.

=subsection FTPLISTONLY flag

=verbatim curl::option CurlHandle,"FTPLISTONLY" =noverbatim

Setting the parameter tells the library to just list the names of an ftp directory, instead of doing a full directory listin that would include file sizes, dates etc.

=subsection FTPAPPEND flag

=verbatim curl::option CurlHandle,"FTPAPPEND" =noverbatim

Setting the parameter tells the library to append to the remote file instead of overwrite it. This is only useful when uploading to a ftp site.

=subsection NETRC flag

=verbatim curl::option CurlHandle,"NETRC" =noverbatim

The parameter tells the library to scan your T<~/.netrc> file to find user name and password for the remote site you are about to access. Do note that curl does not verify that the file has the correct properties set (as the standard unix ftp client does), and that only machine name, user name and password is taken into account (init macros and similar things aren't supported).

=subsection FOLLOWLOCATION flag

=verbatim curl::option CurlHandle,"FOLLOWLOCATION" =noverbatim

Setting the parameter tells the library to follow any Location: header that the server sends as part of a HTTP header. NOTE that this means that the library will resend the same request on the new location and follow new Location: headers all the way until no more such headers are returned.

=subsection TRANSFERTEXT flag

=verbatim curl::option CurlHandle,"TRANSFERTEXT" =noverbatim

Setting the parameter tells the library to use ASCII mode for ftp transfers, instead of the default binary transfer. For LDAP transfers it gets the data in plain text instead of HTML and for win32 systems it does not set the stdout to binary mode. This option can be useable when transfering text data between system with different views on certain characters, such as newlines or similar.

=subsection CLOSEPOLICY

=verbatim curl::option CurlHandle,"CLOSEPOLICY" =noverbatim

This option sets what policy libcurl should use when the connection cache is filled and one of the open connections has to be closed to make room for a new connection. This must be T<OLD> or T<FRESH>. If you specify T<OLD> as argument libcurl close the oldest connection, the one that was created first among the ones in the connection cache. If you specify T<FRESH> libcurl close the connection that was least recently used, that connection is also least likely to be capable of re-use.

Example

=verbatim curl::option CURL,"CLOSEPOLICY","OLD" curl::option CURL,"CLOSEPOLICY","FRESH" =noverbatim

Note that the values are checked by the module case sensitive, thus you can not write T<"old"> or T<"fresh"> or mixed case words. Also the module B<does not tolerate> any other form of the words, like T<OLDEST> or T<NEW>.

=subsection PUT flag

=verbatim curl::option CurlHandle,"PUT" =noverbatim

Setting the parameter tells the library to use HTTP PUT a file. The file to put must be set with option T<INFILE>.

=subsection SSL_VERIFYPEER flag

=verbatim curl::option CurlHandle,"SSL_VERIFYPEER" =noverbatim

Set the flag value to make curl verify the peer's certificate. The certificate to verify against must be specified with the option T<CAINFO> option.

=subsection FILETIME flag

=verbatim curl::option CurlHandle,"FILETIME" =noverbatim

Pass a long. If it is a non-zero value, libcurl will attempt to get the modification date of the remote document in this operation. This requires that the remote server sends the time or replies to a time querying command. The curl_easy_getinfo() function with the CURLINFO_FILETIME argument can be used after a transfer to extract the received time (if any). (Added in 7.5)

=subsection FRESH_CONNECT flag

=verbatim curl::option CurlHandle,"FRESH_CONNECT" =noverbatim

Set the option to make the next transfer use a new connection by force. If the connection cache is full before this connection, one of the existinf connections will be closed as according to the set policy. This option should be used with caution and only if you understand what it does. Set to 0 to have libcurl attempt re-use of an existing connection.

=subsection FORBID_REUSE flag

=verbatim curl::option CurlHandle,"FORBID_REUSE" =noverbatim

Set the option to make the next transfer explicitly close the connection when done. Normally, libcurl keep all connections alive when done with one transfer in case there comes a succeeding one that can re-use them. This option should be used with caution and only if you understand what it does. Set to 0 to have libcurl keep the connection open for possibly later re-use.

=subsection HTTPGET flag

=verbatim curl::option CurlHandle,"HTTPGET" =noverbatim

Set thisoption to force the HTTP request to get back to T<GET>. Only really usable if T<POST>, T<PUT> or a custom request have been used previously using the same curl handle.

=subsection TIMEOUT integer

=verbatim ' for example set the timeout to ten minutes curl::option CurlHandle,"TIMEOUT",600 =noverbatim

Pass an integer parameter containing the maximum time in seconds that you allow the libcurl transfer operation to take. Normally, name lookups can take a considerable time and limiting operations to less than a few minutes risk aborting perfectly normal operations. This option will cause curl to use the SIGALRM to enable timeouting system calls. B<NOTE> that this does not work in multi-threaded programs!

=subsection LOW_SPEED_LIMIT integer

=verbatim curl::option CurlHandle,"LOW_SPEED_LIMIT",100 =noverbatim

Pass an integer as parameter. It contains the transfer speed in bytes per second that the transfer should be below during T<LOW_SPEED_TIME> seconds for the library to consider it too slow and abort.

=subsection LOW_SPEED_TIME integer

=verbatim curl::option CurlHandle,"LOW_SPEED_TIME",60 =noverbatim

Pass an integer as parameter. It contains the time in seconds that the transfer should be below the T<LOW_SPEED_LIMIT> for the library to consider it too slow and abort.

=subsection RESUME_FROM integer

=verbatim curl::option CurlHandle,"RESUME_FROM",3321 =noverbatim

Pass an integer as parameter. It contains the offset in number of bytes that you want the transfer to start from.

=subsection SSLVERSION integer

=verbatim curl::option CurlHandle,"SSLVERSION",3 =noverbatim

Pass an integer as parameter. Set what version of SSL to attempt to use, 2 or 3. By default, the SSL library will try to solve this by itself although some servers make this difficult why you at times will have to use this option.

=subsection TIMECONDITION string

=verbatim curl::option CurlHandle,"TIMECONDITION","IFMODSINCE" =noverbatim

Pass a string as parameter. This defines how the T<TIMEVALUE> time value is treated. You can set this parameter to T<IFMODSINCE> or T<IFUNMODSINCE>. This is aa HTTP-only feature.

Example

=verbatim curl::option CURL,"TIMECONDITION","IFMODSINCE" curl::option CURL,"TIMECONDITION","IFUNMODSINCE" =noverbatim

Note that the values are checked by the module case sensitive, thus you can not write T<"ifmodsince"> or T<"ifmodsince"> or mixed case words.

=subsection TIMEVALUE integer

=verbatim curl::option CURL,"TIMECONDITION","IFMODSINCE" curl::option CurlHandle,"TIMEVALUE",curl::getdate("2 days ago") =noverbatim

Pass an integer as parameter. This should be the time in seconds since 1 jan 1970, and the time will be used as specified in the option T<TIMECONDITION> or if that isn't used, it will be T<IFMODSINCE> by default. (In other words curl will fetch the page only if that is newer than the specified time.)

To conveniently get such time-stamp values as accepted by this function as argument you can use the ScriptBasic function T<TIMEVALUE>.

=subsection MAXREDIRS integer

=verbatim curl::option CurlHandle,"MAXREDIRS",3 =noverbatim

Pass an integer as parameter. The set number will be the redirection limit. If that many redirections have been followed, the next redirect will cause an error. This option only makes sense if the option T<FOLLOWLOCATION> is used at the same time.

=subsection MAXCONNECTS integer

=verbatim curl::option CurlHandle,"MAXCONNECTS",10 =noverbatim

Pass an integer as parameter. The set number will be the persistant connection cache size. The set amount will be the maximum amount of simultaneous connections that libcurl may cache between file transfers. Default is 5, and there isn't much point in changing this value unless you are perfectly aware of how this work and changes libcurl's behaviour. Note: if you have already performed transfers with this curl handle, setting a smaller T<MAXCONNECTS> than before may cause open connections to unnecessarily get closed.

=subsection CONNECTTIMEOUT integer

=verbatim curl::option CurlHandle,"CONNECTTIMEOUT",10 =noverbatim

Pass an integer as parameter. It should contain the maximum time in seconds that you allow the connection to the server to take. This only limits the connection phase, once it has connected, this option is of no more use. Set to zero to disable connection timeout (it will then only timeout on the system's internal timeouts). Specifying no value for this option is the same as specifying zero as all integer value options. See also the T<TIMEOUT> option.

B<NOTE> that this does not work in multi-threaded programs!

=subsection HTTPHEADER string

=verbatim curl::option CurlHandle,"HTTPHEADER","Accept: image/gif" =noverbatim

Use this option to specify a header to be sent to the server. If you add a header that is otherwise generated and used by libcurl internally, your added one will be used instead. If you add a header with no contents as in T<Accept:>, the internally used header will just get disabled. Thus, using this option you can add new headers, replace internal headers and remove internal headers.

You should call the function with this option for each extra header line that you want to add.

=subsection NOHTTPHEADER flag

=verbatim curl::option CurlHandle,"NOHTTPHEADER" =noverbatim

Use this option to delete all previous T<HTTPHEADER> options. This may be needed when you use a single CURL connection to download several pages from the same server and did not call T<curl::finish> and T<curl::init()> again. Until you call T<curl::finish> or specify this option all header lines remain effective.

After setting this option you can set various T<HTTPHEADER> option strings to build up a new list.

=subsection QUOTE string

=verbatim curl::option CurlHandle,"QUOTE","pwd" =noverbatim

Use this option to set arbitrary FTP commands that will be passed to the server prior to your ftp request. You can set more than one values for this option. The commands will be executed in the order they are specified.

=subsection NOQUOTE flag

=verbatim curl::option CurlHandle,"NOQUOTE" =noverbatim

Use this option to delete all previously set T<QUOTE> FTP command strings. Read the documentation of the option T<HTTPDEADER>.

=subsection POSTQUOTE string

=verbatim curl::option CurlHandle,"POSTQUOTE","site chmod 777 uploadedfile.txt" =noverbatim

Use this option to set arbitrary FTP commands that will be passed to the server after your ftp request. You can set more than one values for this option. The commands will be executed in the order they are specified.

=subsection NOPOSTQUOTE flag

=verbatim curl::option CurlHandle,"NOPOSTQUOTE" =noverbatim

Use this option to delete all previously set T<POSTQUOTE> FTP command strings. Read the documentation of the option T<HTTPDEADER>.

=subsection HTTPPOST string

=verbatim curl::option CurlHandle,"HTTPPOST","name=Desade+Marquis" =noverbatim

Use this option to specify form data in case of complex HTTP POST operation. As third argument specify a string as POST data. You can specify many post data calling the T<curl::option> function with this option in successive calls. The string argument should have the following format:

=itemize =item T<name=content>

This can be used to specify textual form data. This is like what the browser sends to the web server when an <input type="text" name="name" value="content"> is used.

=item T<name=@filename>

This can be used to specify a file to upload. This is like what the browser sends to the web server when an <input type="file" name="name"> is used.

=item T<name=@filename1,filename2,...>

Add a form field named T<name> with the contents as read from the local files named T<filename1> and T<filename2>. This is identical to the previous, except that you get the contents of several files in one section.

=item T<name=@filename;type=content-type>

Whenever you specify a file to read from, you can optionally specify the content-type as well. The content-type is passed to the server together with the contents of the file. The underlying CURL library will guess content-type for a number of well-known extensions and otherwise it will set it to binary. You can override the internal decision by using this option.

=item T<name=@filename1,filename2,...;type=content-type>

When you specify several files to read the contents from, you can set the content-type for all of them in the same way as with a single file.

=noitemize

=subsection ERRORBUFFER not implemented

This option is implemented in the original CURL library, but is not implemented in this interface. The ScriptBasic interface sets this option automatically and you can access the error message calling the BASIC function T<curl::error()>.

=subsection Options not implemented =itemize =item T<CURLOPT_STDERR> is used in the CURL library to specify an alternate strean instead of T<stderr> for erro output. This is not supported by the ScriptBasic interface.

=item T<CURLOPT_PROGRESSFUNCTION> is used in conjunction with T<CURLOPT_PROGRESSDATA> to specify a progress function that CURLIB library calls from time to time to allow progress indication for the user. This is not implemented in the ScriptBasic interface.

=item T<CURLOPT_PASSWDFUNCTION> is used along with the option T<CURLOPT_PASSWDDATA> to specify a function that returns the password for connections that need password, but no password is specified. This is not implemented in ScriptBasic.

Definition at line 1226 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFCLOSE(), CHECK_OPTION, COMMAND_ERROR_FILE_CANNOT_BE_OPENED, COMMAND_ERROR_SUCCESS, _CurlConnection::fp, _CurlConnection::myConnection, NULL, and pSt.

besFUNCTION sb_curl_init   ) 
 

=section curl_init =H curl::init

Call this function before any other curl action. This function will return a handle to the curl session. This handle should be used as first argument to any further curl calls.

Usage: =verbatim CURL = curl::init() =noverbatim

The handle that the function returns is a small integer. However the program should not alter this value in any way. The good practice is to store the value in a variable and use it as it is without caring about the real value or type of the content.

If the initialization of the connection can not be performed T<MEMORY_LOW> error occurs.

Definition at line 263 of file interface.c.

References besFREE().

static besEND size_t buffercollect char *  buffer,
size_t  size,
size_t  count,
pCurlConnection  pCon
[static]
 

Definition at line 1533 of file interface.c.

References besFREE(), cbBuffer, memcpy(), NULL, and pSt.

CHECK_OPTION BUFFER_SIZE   ) 
 

Definition at line 1444 of file interface.c.

References besDEREFERENCE(), CHECK_OPTION, COMMAND_ERROR_SUCCESS, and _CurlConnection::dwStepBf.

CHECK_OPTION HTTPPOST   ) 
 

Definition at line 1434 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFREE(), CHECK_OPTION, COMMAND_ERROR_SUCCESS, _CurlConnection::firstitem, _CurlConnection::lastitem, and NULL.

CHECK_OPTION NOPOSTQUOTE   ) 
 

Definition at line 1428 of file interface.c.

References CHECK_OPTION, COMMAND_ERROR_SUCCESS, NULL, and _CurlConnection::pPostQuote.

CHECK_OPTION NOQUOTE   ) 
 

Definition at line 1421 of file interface.c.

References CHECK_OPTION, COMMAND_ERROR_SUCCESS, NULL, and _CurlConnection::pQuote.

CHECK_OPTION NOHTTPHEADER   ) 
 

Definition at line 1414 of file interface.c.

References CHECK_OPTION, COMMAND_ERROR_SUCCESS, NULL, and _CurlConnection::pHeaderLines.

CHECK_OPTION POSTQUOTE   ) 
 

Definition at line 1397 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFREE(), CHECK_OPTION, COMMAND_ERROR_MEMORY_LOW, COMMAND_ERROR_SUCCESS, NULL, and _CurlConnection::pPostQuote.

CHECK_OPTION QUOTE   ) 
 

Definition at line 1381 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFREE(), CHECK_OPTION, COMMAND_ERROR_MEMORY_LOW, COMMAND_ERROR_SUCCESS, NULL, and _CurlConnection::pQuote.

CHECK_OPTION HTTPHEADER   ) 
 

Definition at line 1365 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFREE(), CHECK_OPTION, COMMAND_ERROR_MEMORY_LOW, COMMAND_ERROR_SUCCESS, NULL, and _CurlConnection::pHeaderLines.

CHECK_OPTION TIMECONDITION   ) 
 

Definition at line 1349 of file interface.c.

References besCONVERT2STRING(), besDEREFERENCE(), CHECK_OPTION, COMMAND_ERROR_SUCCESS, _CurlConnection::myConnection, NULL, STRINGVALUE(), and STRLEN().

CHECK_OPTION CLOSEPOLICY   ) 
 

Definition at line 1333 of file interface.c.

References besCONVERT2STRING(), besDEREFERENCE(), CHECK_OPTION, COMMAND_ERROR_SUCCESS, _CurlConnection::myConnection, NULL, STRINGVALUE(), and STRLEN().

CHECK_OPTION POSTFIELDS   ) 
 

Definition at line 1319 of file interface.c.

References besCONVERT2STRING(), besDEREFERENCE(), CHECK_OPTION, COMMAND_ERROR_MEMORY_LOW, COMMAND_ERROR_SUCCESS, memcpy(), _CurlConnection::myConnection, NULL, _CurlConnection::pszPOSTFIELDS, STRINGVALUE(), and STRLEN().

CHECK_OPTION INTEXT   ) 
 

Definition at line 1294 of file interface.c.

References besCONVERT2STRING(), besDEREFERENCE(), besFCLOSE(), besFREE(), _CurlConnection::cbInText, CHECK_OPTION, COMMAND_ERROR_MEMORY_LOW, COMMAND_ERROR_SUCCESS, _CurlConnection::dwInText, _CurlConnection::fp, memcpy(), _CurlConnection::myConnection, NULL, _CurlConnection::pszInText, STRINGVALUE(), and STRLEN().

CHECK_OPTION INFILE   ) 
 

Definition at line 1272 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFCLOSE(), besFREE(), _CurlConnection::cbInText, CHECK_OPTION, COMMAND_ERROR_FILE_CANNOT_BE_OPENED, COMMAND_ERROR_SUCCESS, _CurlConnection::dwInText, _CurlConnection::fp, _CurlConnection::myConnection, NULL, pSt, and _CurlConnection::pszInText.

CHECK_OPTION HEADERFILE   ) 
 

Definition at line 1258 of file interface.c.

References besCONVERT2ZCHAR(), besDEREFERENCE(), besFCLOSE(), CHECK_OPTION, COMMAND_ERROR_FILE_CANNOT_BE_OPENED, COMMAND_ERROR_SUCCESS, _CurlConnection::hfp, _CurlConnection::myConnection, NULL, and pSt.

if memcpy((besRETURNVALUE s = NULL  ) 
 

Definition at line 1920 of file interface.c.

if VARIABLE  Argument = NULL  ) 
 

Definition at line 1752 of file interface.c.

References CHECK_INFOPT_SZ.

if res  = = CURLE_OK  ) 
 

Definition at line 1625 of file interface.c.

References COMMAND_ERROR_SUCCESS, and _CurlConnection::fWasPerform.

if pCon->  cbBuffer,
 

Definition at line 1609 of file interface.c.

References besALLOC_RETURN_STRING(), besFREE(), besRETURNVALUE, _CurlConnection::cbBuffer, _CurlConnection::dwBuffer, memcpy(), NULL, _CurlConnection::pszBuffer, STRINGVALUE(), and STRLEN().

STRING_OPTIONS if pCon->  pQuote = NULL  )  = pCon->next
 

Definition at line 1588 of file interface.c.

References _CurlConnection::myConnection, and _CurlConnection::pQuote.

if return 0x00081100+  res  ) 
 

Definition at line 307 of file interface.c.

if besMODULEPOINTER  = NULL  ) 
 

Definition at line 198 of file interface.c.

References _CurlConnection::firstitem, _CurlConnection::lastitem, _CurlConnection::myConnection, _CurlConnection::next, NULL, _CurlConnection::pHeaderLines, _CurlConnection::pPostQuote, and _CurlConnection::pQuote.

memset pCon->  errorbuffer,
,
CURL_ERROR_SIZE 
 

SUPPORT_MULTITHREAD besVERSION_NEGOTIATE return int   ) 
 

Definition at line 171 of file interface.c.

sprintf pCon->  errorbuffer,
"CURL Error in 'curl::option'. Unkown option \"%s\""  ,
pszOption 
 


Variable Documentation

Argument = besARGUMENT(2)
 

Definition at line 1750 of file interface.c.

INITUNLO besMODULEPOINTER = besALLOC(sizeof(CurlClass))
 

Definition at line 197 of file interface.c.

pCon cbBuffer = 0
 

Definition at line 292 of file interface.c.

Referenced by buffercollect(), cgi_GetMultipartParameters(), cgi_ResizeBuffer(), HandleFtpHit(), and HandleHttpHit().

pCon cbInText = 0
 

Definition at line 296 of file interface.c.

pCon dwBuffer = 0
 

Definition at line 291 of file interface.c.

pCon dwInText = 0
 

Definition at line 295 of file interface.c.

pCon dwStepBf = 0
 

Definition at line 293 of file interface.c.

pCon firstitem = NULL
 

Definition at line 287 of file interface.c.

pCon fp = NULL
 

Definition at line 281 of file interface.c.

pCon fWasPerform = 0
 

Definition at line 283 of file interface.c.

pCon hfp = NULL
 

Definition at line 282 of file interface.c.

pCon lastitem = NULL
 

Definition at line 288 of file interface.c.

else pCurl pFirstConnection = pCon->next
 

Definition at line 1852 of file interface.c.

pCon pHeaderLines = NULL
 

Definition at line 284 of file interface.c.

pCon pPostQuote = NULL
 

Definition at line 286 of file interface.c.

pCon pQuote = NULL
 

Definition at line 285 of file interface.c.

pCon pSt = pSt
 

Definition at line 298 of file interface.c.

Referenced by besFUNCTION(), buffercollect(), CHECK_OPTION(), FinishSegmentCallBack(), if(), return(), rpm_ager(), rpm_close_excess(), rpm_open(), rpm_thread(), time_out_work_thread(), unserconv(), and zlibfree_interface().

pCon pszBuffer = NULL
 

Definition at line 290 of file interface.c.

Referenced by cgi_GetMultipartParameters(), and reader_RelateFile().

pCon pszInText = NULL
 

Definition at line 294 of file interface.c.

STRING_OPTIONS pCon pszPOSTFIELDS = NULL
 

Definition at line 303 of file interface.c.

return x00081100 res
 

Definition at line 1630 of file interface.c.

res = curl_easy_perform(pCon->myConnection)
 

Definition at line 1606 of file interface.c.

res = curl_easy_setopt(pCon->myConnection, CURLOPT_ERRORBUFFER, pCon->errorbuffer)
 

Definition at line 306 of file interface.c.

Referenced by fork(), fork_copy(), and MyLinks().

return
 

Definition at line 232 of file interface.c.

s = curl_unescape(STRINGVALUE(Argument),STRLEN(Argument))
 

Definition at line 1970 of file interface.c.

s = curl_escape(STRINGVALUE(Argument),STRLEN(Argument))
 

Definition at line 1919 of file interface.c.

return x00081001
 

Definition at line 1530 of file interface.c.


Generated on Sun Mar 12 23:56:35 2006 for ScriptBasic by  doxygen 1.4.6-NO