Home
last modified time | relevance | path

Searched refs:SOAP_ENC_MTOM (Results 1 – 2 of 2) sorted by relevance

/onnv-gate/usr/src/lib/libkmsagent/common/SOAP/
H A Dstdsoap2.cpp6554 if ((soap->mode & SOAP_ENC_MTOM) && (soap->mode & SOAP_ENC_DIME)) in soap_begin_count()
6557 soap->mode &= ~SOAP_ENC_MTOM; in soap_begin_count()
6638 if ((soap->mode & SOAP_ENC_MTOM) && (soap->mode & SOAP_ENC_DIME)) in soap_begin_send()
6643 soap->mode &= ~SOAP_ENC_MTOM; in soap_begin_send()
6921 if ((soap->mode & SOAP_ENC_MTOM) && strcmp(tag, "xop:Include")) in soap_attachment()
6932 if (soap->mode & SOAP_ENC_MTOM) in soap_attachment()
6941 { if (soap->mode & SOAP_ENC_MTOM) in soap_attachment()
7857 { if (soap->mode & SOAP_ENC_MTOM) in soap_end_recv()
10057 || (soap->mode & SOAP_ENC_MTOM) in soap_peek_element()
12907 if ((soap->mode & SOAP_ENC_DIME) && !(soap->mode & SOAP_ENC_MTOM)) in soap_count_attachments()
[all …]
H A Dstdsoap2.h1173 #define SOAP_ENC_MTOM 0x00000200 macro