|
copasi API
0.1
|
#include <stdsoap2.h>
Public Attributes | |
| short | state |
| short | version |
| 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 |
| const char * | lang |
| int | recv_timeout |
| int | send_timeout |
| int | connect_timeout |
| int | accept_timeout |
| int | socket_flags |
| int | connect_flags |
| int | bind_flags |
| int | accept_flags |
| unsigned short | linger_time |
| struct Namespace * | namespaces |
| struct Namespace * | local_namespaces |
| struct soap_nlist * | nlist |
| struct soap_blist * | blist |
| struct soap_clist * | clist |
| void * | alist |
| struct soap_ilist * | iht [SOAP_IDHASH] |
| struct soap_plist * | pht [SOAP_PTRHASH] |
| struct soap_pblk * | pblk |
| short | pidx |
| struct SOAP_ENV__Header * | header |
| struct SOAP_ENV__Fault * | fault |
| int | idnum |
| void * | user |
| struct soap_plugin * | plugins |
| char * | userid |
| char * | passwd |
| int(* | fpost )(struct soap *, const char *, const char *, int, const char *, const char *, size_t) |
| int(* | fget )(struct soap *) |
| int(* | fput )(struct soap *) |
| int(* | fdel )(struct soap *) |
| int(* | fhead )(struct soap *) |
| int(* | fform )(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(* | fheader )(struct soap *) |
| 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) |
| SOAP_SOCKET(* | fopen )(struct soap *, const char *, const char *, int) |
| SOAP_SOCKET(* | faccept )(struct soap *, SOAP_SOCKET, 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 *) |
| void(* | fseterror )(struct soap *, const char **c, const char **s) |
| int(* | fignore )(struct soap *, const char *) |
| int(* | fserveloop )(struct soap *) |
| void *(* | fplugin )(struct soap *, const char *) |
| void *(* | fmalloc )(struct soap *, size_t) |
| int(* | fprepareinit )(struct soap *) |
| int(* | fpreparesend )(struct soap *, const char *, size_t) |
| int(* | fpreparerecv )(struct soap *, const char *, size_t) |
| int(* | fpreparefinal )(struct soap *) |
| 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) |
| void *(* | fmimereadopen )(struct soap *, void *, const char *, const char *, const char *) |
| void *(* | fmimewriteopen )(struct soap *, void *, const char *, const char *, const char *, enum soap_mime_encoding) |
| void(* | fmimereadclose )(struct soap *, void *) |
| void(* | fmimewriteclose )(struct soap *, void *) |
| size_t(* | fmimeread )(struct soap *, void *, char *, size_t) |
| int(* | fmimewrite )(struct soap *, void *, const char *, size_t) |
| SOAP_SOCKET | master |
| SOAP_SOCKET | 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 | msgbuf [1024] |
| char | tmpbuf [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 | position |
| int | positions [SOAP_MAXDIMS] |
| short | root |
| struct soap_attribute * | attributes |
| short | encoding |
| short | mustUnderstand |
| short | null |
| short | ns |
| short | part |
| short | alloced |
| short | peeked |
| size_t | chunksize |
| size_t | chunkbuflen |
| char | endpoint [SOAP_TAGLEN] |
| char | path [SOAP_TAGLEN] |
| char | host [SOAP_TAGLEN] |
| char * | action |
| char * | authrealm |
| char * | prolog |
| unsigned long | ip |
| int | port |
| short | keep_alive |
| short | tcp_keep_alive |
| unsigned int | tcp_keep_idle |
| unsigned int | tcp_keep_intvl |
| unsigned int | tcp_keep_cnt |
| unsigned int | max_keep_alive |
| const char * | proxy_http_version |
| const char * | proxy_host |
| int | proxy_port |
| const char * | proxy_userid |
| const char * | proxy_passwd |
| const char * | proxy_from |
| int | status |
| int | error |
| int | errmode |
| int | errnum |
| struct soap_dom_element * | dom |
| struct soap_dime | dime |
| struct soap_mime | mime |
| struct soap_xlist * | xlist |
| const char * | logfile [SOAP_MAXLOGS] |
| FILE * | fdebug [SOAP_MAXLOGS] |
| struct soap_mlist * | mht [SOAP_PTRHASH] |
| const char * | c14ninclude |
| const char * | c14nexclude |
| struct soap_cookie * | cookies |
| const char * | cookie_domain |
| const char * | cookie_path |
| int | cookie_max |
| int | ipv6_multicast_if |
| char * | ipv4_multicast_if |
| int | ipv4_multicast_ttl |
| struct sockaddr_in | peer |
| size_t | peerlen |
| void * | fsslauth |
| void * | fsslverify |
| void * | bio |
| void * | ssl |
| void * | ctx |
| void * | session |
| unsigned short | ssl_flags |
| const char * | keyfile |
| const char * | password |
| const char * | dhfile |
| const char * | cafile |
| const char * | capath |
| const char * | crlfile |
| const char * | randfile |
| char | session_host [SOAP_TAGLEN] |
| int | session_port |
| void * | c_locale |
| void * | d_stream |
| soap_int32 | z_crc |
| short | zlib_state |
| short | zlib_in |
| short | zlib_out |
| char * | z_buf |
| size_t | z_buflen |
| unsigned short | z_level |
| float | z_ratio_in |
| float | z_ratio_out |
| void(* | dummy )() |
| char* soap::action |
| const char* soap::actor |
| 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 |
| void* soap::bio |
| struct soap_blist* soap::blist |
| short soap::body |
| char soap::buf[SOAP_BUFLEN] |
| size_t soap::bufidx |
| size_t soap::buflen |
| const char* soap::c14nexclude |
| const char* soap::c14ninclude |
| void* soap::c_locale |
| const char* soap::cafile |
| const char* soap::capath |
| short soap::cdata |
| size_t soap::chunkbuflen |
| size_t soap::chunksize |
| struct soap_clist* soap::clist |
| const char* soap::cookie_domain |
| int soap::cookie_max |
| const char* soap::cookie_path |
| struct soap_cookie* soap::cookies |
| size_t soap::count |
| const char* soap::crlfile |
| void* soap::ctx |
| void* soap::d_stream |
| const char* soap::dhfile |
| struct soap_dime soap::dime |
| const char* soap::dime_id_format |
| struct soap_dom_element* soap::dom |
| const char* soap::double_format |
| void(* soap::dummy)() |
| short soap::encoding |
| const char* soap::encodingStyle |
| char soap::endpoint[SOAP_TAGLEN] |
| int soap::errmode |
| int soap::errnum |
| int soap::error |
| SOAP_SOCKET(* soap::faccept)(struct soap *, SOAP_SOCKET, 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] |
| int(* soap::fdel)(struct soap *) |
| 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::fform)(struct soap *) |
| int(* soap::fget)(struct soap *) |
| int(* soap::fhead)(struct soap *) |
| int(* soap::fheader)(struct soap *) |
| int(* soap::fignore)(struct soap *, const char *) |
| const char* soap::float_format |
| void*(* soap::fmalloc)(struct soap *, size_t) |
| size_t(* soap::fmimeread)(struct soap *, void *, char *, size_t) |
| void(* soap::fmimereadclose)(struct soap *, void *) |
| void*(* soap::fmimereadopen)(struct soap *, void *, const char *, const char *, const char *) |
| int(* soap::fmimewrite)(struct soap *, void *, const char *, size_t) |
| void(* soap::fmimewriteclose)(struct soap *, void *) |
| void*(* soap::fmimewriteopen)(struct soap *, void *, const char *, const char *, const char *, enum soap_mime_encoding) |
| SOAP_SOCKET(* 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::fpreparefinal)(struct soap *) |
| int(* soap::fprepareinit)(struct soap *) |
| int(* soap::fpreparerecv)(struct soap *, const char *, size_t) |
| int(* soap::fpreparesend)(struct soap *, const char *, size_t) |
| int(* soap::fput)(struct soap *) |
| 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 *) |
| void(* soap::fseterror)(struct soap *, const char **c, const char **s) |
| int(* soap::fshutdownsocket)(struct soap *, SOAP_SOCKET, int) |
| void* soap::fsslauth |
| void* soap::fsslverify |
| 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] |
| int soap::idnum |
| struct soap_ilist* soap::iht[SOAP_IDHASH] |
| unsigned long soap::ip |
| char* soap::ipv4_multicast_if |
| void* soap::is |
| short soap::keep_alive |
| const char* soap::keyfile |
| char* soap::labbuf |
| size_t soap::labidx |
| size_t soap::lablen |
| const char* soap::lang |
| size_t soap::length |
| unsigned int soap::level |
| unsigned short soap::linger_time |
| struct Namespace* soap::local_namespaces |
| const char* soap::logfile[SOAP_MAXLOGS] |
| SOAP_SOCKET soap::master |
| unsigned int soap::max_keep_alive |
| struct soap_mlist* soap::mht[SOAP_PTRHASH] |
| struct soap_mime soap::mime |
| char soap::msgbuf[1024] |
| short soap::mustUnderstand |
| struct Namespace* soap::namespaces |
| struct soap_nlist* soap::nlist |
| short soap::ns |
| short soap::null |
| void* soap::os |
| short soap::other |
| short soap::part |
| char* soap::passwd |
| const char* soap::password |
| char soap::path[SOAP_TAGLEN] |
| struct soap_pblk* soap::pblk |
| short soap::peeked |
| struct sockaddr_in soap::peer |
| size_t soap::peerlen |
| struct soap_plist* soap::pht[SOAP_PTRHASH] |
| short soap::pidx |
| struct soap_plugin* soap::plugins |
| int soap::port |
| short soap::position |
| int soap::positions[SOAP_MAXDIMS] |
| char* soap::prolog |
| const char* soap::proxy_from |
| const char* soap::proxy_host |
| const char* soap::proxy_http_version |
| const char* soap::proxy_passwd |
| int soap::proxy_port |
| const char* soap::proxy_userid |
| const char* soap::randfile |
| int soap::recvfd |
| short soap::root |
| int soap::sendfd |
| void* soap::session |
| char soap::session_host[SOAP_TAGLEN] |
| SOAP_SOCKET soap::socket |
| void* soap::ssl |
| unsigned short soap::ssl_flags |
| short soap::state |
| int soap::status |
| char soap::tag[SOAP_TAGLEN] |
| short soap::tcp_keep_alive |
| unsigned int soap::tcp_keep_cnt |
| unsigned int soap::tcp_keep_idle |
| unsigned int soap::tcp_keep_intvl |
| char soap::tmpbuf[1024] |
| char soap::type[SOAP_TAGLEN] |
| void* soap::user |
| char* soap::userid |
| short soap::version |
| struct soap_xlist* soap::xlist |
| char* soap::z_buf |
| size_t soap::z_buflen |
| soap_int32 soap::z_crc |
| unsigned short soap::z_level |
| float soap::z_ratio_in |
| float soap::z_ratio_out |
| short soap::zlib_in |
| short soap::zlib_out |
| short soap::zlib_state |
1.7.5.1