|
| 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 |
| |
| const 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 |
| |
| void * | data [4] |
| |
| struct soap_plugin * | plugins |
| |
| const char * | userid |
| |
| const char * | passwd |
| |
| const char * | authrealm |
| |
| const char * | ntlm_challenge |
| |
| short | ntlm_auth |
| |
| short | ntlm_stage |
| |
| 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(* | fopt )(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(* | feltbegin )(struct soap *, const char *) |
| |
| int(* | feltendin )(struct soap *, const char *, const char *) |
| |
| int(* | feltbegout )(struct soap *, const char *) |
| |
| int(* | feltendout )(struct soap *, const char *) |
| |
| int(* | fprepareinitsend )(struct soap *) |
| |
| int(* | fprepareinitrecv )(struct soap *) |
| |
| int(* | fpreparesend )(struct soap *, const char *, size_t) |
| |
| int(* | fpreparerecv )(struct soap *, const char *, size_t) |
| |
| int(* | fpreparefinalsend )(struct soap *) |
| |
| int(* | fpreparefinalrecv )(struct soap *) |
| |
| int | filterstop |
| |
| int(* | ffiltersend )(struct soap *, const char **, size_t *) |
| |
| int(* | ffilterrecv )(struct soap *, char *, size_t *, size_t) |
| |
| 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 |
| |
| SOAP_SOCKET | sendsk |
| |
| SOAP_SOCKET | recvsk |
| |
| 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 | root |
| |
| int | position |
| |
| int | positions [SOAP_MAXDIMS] |
| |
| struct soap_attribute * | attributes |
| |
| short | encoding |
| |
| short | mustUnderstand |
| |
| short | null |
| |
| short | ns |
| |
| short | part |
| |
| short | event |
| |
| unsigned int | evlev |
| |
| 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 * | 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 * | wsuid |
| |
| const char * | c14nexclude |
| |
| struct soap_cookie * | cookies |
| |
| const char * | cookie_domain |
| |
| const char * | cookie_path |
| |
| int | cookie_max |
| |
| unsigned int | ipv6_multicast_if |
| |
| char * | ipv4_multicast_if |
| |
| unsigned char | ipv4_multicast_ttl |
| |
| struct sockaddr_in | peer |
| |
| size_t | peerlen |
| |
| void * | fsslauth |
| |
| void * | fsslverify |
| |
| void * | bio |
| |
| void * | ssl |
| |
| void * | ctx |
| |
| void * | session |
| |
| void * | dh_params |
| |
| void * | rsa_params |
| |
| unsigned short | ssl_flags |
| |
| const char * | keyfile |
| |
| const char * | keyid |
| |
| const char * | password |
| |
| const char * | cafile |
| |
| const char * | capath |
| |
| const char * | crlfile |
| |
| char | session_host [SOAP_TAGLEN] |
| |
| int | session_port |
| |
| void * | c_locale |
| |
| void * | d_stream |
| |
| soap_int32 | z_crc |
| |
| const char * | z_dict |
| |
| unsigned int | z_dict_len |
| |
| 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 )(void) |
| |