Machine Learning Library
Public Attributes | List of all members
soap Struct Reference

#include <stdsoap2.h>

Inheritance diagram for soap:
googleapi

Public Attributes

short version
 
short copy
 
soap_mode mode
 
soap_mode imode
 
soap_mode omode
 
const char * float_format
 
const char * double_format
 
const char * dime_id_format
 
const char * http_version
 
const char * http_content
 
const char * encodingStyle
 
const char * actor
 
int recv_timeout
 
int send_timeout
 
int connect_timeout
 
int accept_timeout
 
int socket_flags
 
int connect_flags
 
int bind_flags
 
int accept_flags
 
const struct Namespacenamespaces
 
struct Namespacelocal_namespaces
 
struct soap_nlistnlist
 
struct soap_blistblist
 
struct soap_clistclist
 
void * alist
 
struct soap_ilistiht [SOAP_IDHASH]
 
struct soap_plistpht [SOAP_PTRHASH]
 
struct SOAP_ENV__Headerheader
 
struct SOAP_ENV__Faultfault
 
void * user
 
struct soap_pluginplugins
 
char * userid
 
char * passwd
 
int(* fpost )(struct soap *, const char *, const char *, int, const char *, const char *, size_t)
 
int(* fget )(struct soap *)
 
int(* fposthdr )(struct soap *, const char *, const char *)
 
int(* fresponse )(struct soap *, int, size_t)
 
int(* fparse )(struct soap *)
 
int(* fparsehdr )(struct soap *, const char *, const char *)
 
int(* fresolve )(struct soap *, const char *, struct in_addr *inaddr)
 
int(* fconnect )(struct soap *, const char *, const char *, int)
 
int(* fdisconnect )(struct soap *)
 
int(* fclosesocket )(struct soap *, SOAP_SOCKET)
 
int(* fshutdownsocket )(struct soap *, SOAP_SOCKET, int)
 
int(* fopen )(struct soap *, const char *, const char *, int)
 
int(* faccept )(struct soap *, int, struct sockaddr *, int *n)
 
int(* fclose )(struct soap *)
 
int(* fsend )(struct soap *, const char *, size_t)
 
size_t(* frecv )(struct soap *, char *, size_t)
 
int(* fpoll )(struct soap *)
 
int(* fprepareinit )(struct soap *)
 
int(* fpreparesend )(struct soap *, const char *, size_t)
 
int(* fpreparerecv )(struct soap *, const char *, size_t)
 
int(* fignore )(struct soap *, const char *)
 
int(* fserveloop )(struct soap *)
 
void *(* fplugin )(struct soap *, const char *)
 
void *(* fdimereadopen )(struct soap *, void *, const char *, const char *, const char *)
 
void *(* fdimewriteopen )(struct soap *, const char *, const char *, const char *)
 
void(* fdimereadclose )(struct soap *, void *)
 
void(* fdimewriteclose )(struct soap *, void *)
 
size_t(* fdimeread )(struct soap *, void *, char *, size_t)
 
int(* fdimewrite )(struct soap *, void *, const char *, size_t)
 
int master
 
int socket
 
void * os
 
void * is
 
int sendfd
 
int recvfd
 
size_t bufidx
 
size_t buflen
 
soap_wchar ahead
 
short cdata
 
short body
 
unsigned int level
 
size_t count
 
size_t length
 
char * labbuf
 
size_t lablen
 
size_t labidx
 
char buf [SOAP_BUFLEN]
 
char tmpbuf [1024]
 
char msgbuf [1024]
 
char tag [SOAP_TAGLEN]
 
char id [SOAP_TAGLEN]
 
char href [SOAP_TAGLEN]
 
char type [SOAP_TAGLEN]
 
char arrayType [SOAP_TAGLEN]
 
char arraySize [SOAP_TAGLEN]
 
char arrayOffset [SOAP_TAGLEN]
 
short other
 
short root
 
short position
 
int positions [SOAP_MAXDIMS]
 
struct soap_attributeattributes
 
short encoding
 
short mustUnderstand
 
short null
 
short ns
 
short part
 
short alloced
 
short peeked
 
short keep_alive
 
size_t chunksize
 
size_t chunkbuflen
 
char endpoint [SOAP_TAGLEN]
 
char path [SOAP_TAGLEN]
 
char host [SOAP_TAGLEN]
 
char * action
 
char * authrealm
 
char * prolog
 
int port
 
unsigned int max_keep_alive
 
const char * proxy_host
 
int proxy_port
 
const char * proxy_userid
 
const char * proxy_passwd
 
int status
 
int error
 
int errmode
 
int errnum
 
unsigned long idnum
 
unsigned long ip
 
struct soap_dom_elementdom
 
struct soap_dime dime
 
struct soap_mime mime
 
const char * logfile [SOAP_MAXLOGS]
 
FILE * fdebug [SOAP_MAXLOGS]
 
struct soap_cookiecookies
 
const char * cookie_domain
 
const char * cookie_path
 
int cookie_max
 

Member Data Documentation

int soap::accept_flags
int soap::accept_timeout
char* soap::action
const char* soap::actor
soap_wchar soap::ahead
void* soap::alist
short soap::alloced
char soap::arrayOffset[SOAP_TAGLEN]
char soap::arraySize[SOAP_TAGLEN]
char soap::arrayType[SOAP_TAGLEN]
struct soap_attribute* soap::attributes
char* soap::authrealm
int soap::bind_flags
struct soap_blist* soap::blist
short soap::body
char soap::buf[SOAP_BUFLEN]
size_t soap::bufidx
size_t soap::buflen
short soap::cdata
size_t soap::chunkbuflen
size_t soap::chunksize
struct soap_clist* soap::clist
int soap::connect_flags
int soap::connect_timeout
const char* soap::cookie_domain
int soap::cookie_max
const char* soap::cookie_path
struct soap_cookie* soap::cookies
short soap::copy
size_t soap::count
struct soap_dime soap::dime
const char* soap::dime_id_format
struct soap_dom_element* soap::dom
const char* soap::double_format
short soap::encoding
const char* soap::encodingStyle
char soap::endpoint[SOAP_TAGLEN]
int soap::errmode
int soap::errnum
int soap::error
int(* soap::faccept)(struct soap *, int, struct sockaddr *, int *n)
struct SOAP_ENV__Fault* soap::fault
int(* soap::fclose)(struct soap *)
int(* soap::fclosesocket)(struct soap *, SOAP_SOCKET)
int(* soap::fconnect)(struct soap *, const char *, const char *, int)
FILE* soap::fdebug[SOAP_MAXLOGS]
size_t(* soap::fdimeread)(struct soap *, void *, char *, size_t)
void(* soap::fdimereadclose)(struct soap *, void *)
void*(* soap::fdimereadopen)(struct soap *, void *, const char *, const char *, const char *)
int(* soap::fdimewrite)(struct soap *, void *, const char *, size_t)
void(* soap::fdimewriteclose)(struct soap *, void *)
void*(* soap::fdimewriteopen)(struct soap *, const char *, const char *, const char *)
int(* soap::fdisconnect)(struct soap *)
int(* soap::fget)(struct soap *)
int(* soap::fignore)(struct soap *, const char *)
const char* soap::float_format
int(* soap::fopen)(struct soap *, const char *, const char *, int)
int(* soap::fparse)(struct soap *)
int(* soap::fparsehdr)(struct soap *, const char *, const char *)
void*(* soap::fplugin)(struct soap *, const char *)
int(* soap::fpoll)(struct soap *)
int(* soap::fpost)(struct soap *, const char *, const char *, int, const char *, const char *, size_t)
int(* soap::fposthdr)(struct soap *, const char *, const char *)
int(* soap::fprepareinit)(struct soap *)
int(* soap::fpreparerecv)(struct soap *, const char *, size_t)
int(* soap::fpreparesend)(struct soap *, const char *, size_t)
size_t(* soap::frecv)(struct soap *, char *, size_t)
int(* soap::fresolve)(struct soap *, const char *, struct in_addr *inaddr)
int(* soap::fresponse)(struct soap *, int, size_t)
int(* soap::fsend)(struct soap *, const char *, size_t)
int(* soap::fserveloop)(struct soap *)
int(* soap::fshutdownsocket)(struct soap *, SOAP_SOCKET, int)
struct SOAP_ENV__Header* soap::header
char soap::host[SOAP_TAGLEN]
char soap::href[SOAP_TAGLEN]
const char* soap::http_content
const char* soap::http_version
char soap::id[SOAP_TAGLEN]
unsigned long soap::idnum
struct soap_ilist* soap::iht[SOAP_IDHASH]
soap_mode soap::imode
unsigned long soap::ip
void* soap::is
short soap::keep_alive
char* soap::labbuf
size_t soap::labidx
size_t soap::lablen
size_t soap::length
unsigned int soap::level
struct Namespace* soap::local_namespaces
const char* soap::logfile[SOAP_MAXLOGS]
int soap::master
unsigned int soap::max_keep_alive
struct soap_mime soap::mime
soap_mode soap::mode
char soap::msgbuf[1024]
short soap::mustUnderstand
const struct Namespace* soap::namespaces

Referenced by googleapi::googleapi().

struct soap_nlist* soap::nlist
short soap::ns
short soap::null
soap_mode soap::omode
void* soap::os
short soap::other
short soap::part
char* soap::passwd
char soap::path[SOAP_TAGLEN]
short soap::peeked
struct soap_plist* soap::pht[SOAP_PTRHASH]
struct soap_plugin* soap::plugins
int soap::port
short soap::position
int soap::positions[SOAP_MAXDIMS]
char* soap::prolog
const char* soap::proxy_host
const char* soap::proxy_passwd
int soap::proxy_port
const char* soap::proxy_userid
int soap::recv_timeout
int soap::recvfd
short soap::root
int soap::send_timeout
int soap::sendfd
int soap::socket
int soap::socket_flags
int soap::status
char soap::tag[SOAP_TAGLEN]
char soap::tmpbuf[1024]
char soap::type[SOAP_TAGLEN]
void* soap::user
char* soap::userid
short soap::version

The documentation for this struct was generated from the following file: