Lines Matching refs:SOAP_ENC_MTOM
6554 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()
14194 if ((soap->mode & SOAP_ENC_DIME) && !(soap->mode & SOAP_ENC_MTOM)) in soap_envelope_begin_out()
14197 { if (soap->mode & SOAP_ENC_MTOM) in soap_envelope_begin_out()
14202 else if (soap->mode & SOAP_ENC_MTOM) in soap_envelope_begin_out()
14232 …if ((soap->mode & SOAP_IO_LENGTH) && (soap->mode & SOAP_ENC_DIME) && !(soap->mode & SOAP_ENC_MTOM)) in soap_envelope_end_out()
14248 if ((soap->mode & SOAP_ENC_DIME) && !(soap->mode & SOAP_ENC_MTOM)) in soap_envelope_end_out()
14824 if (soap->mode & (SOAP_ENC_DIME | SOAP_ENC_MTOM)) in soap_puthttphdr()
14825 { if (soap->mode & SOAP_ENC_MTOM) in soap_puthttphdr()