Lines Matching refs:encodingStyle
6551 if (!soap->encodingStyle && !(soap->mode & SOAP_XML_GRAPH)) in soap_begin_count()
6635 if (!soap->encodingStyle && !(soap->mode & SOAP_XML_GRAPH)) in soap_begin_send()
6804 …if (soap->version == 1 && soap->encodingStyle && !(soap->mode & SOAP_XML_GRAPH) && soap->part != S… in soap_embedded_id()
6844 …if (soap->version == 1 && soap->encodingStyle && !(soap->mode & SOAP_XML_GRAPH) && soap->part != S… in soap_is_embedded()
7902 { if (soap->encodingStyle == ns->out) in soap_free_temp()
7903 soap->encodingStyle = SOAP_STR_EOS; in soap_free_temp()
7907 if (soap->encodingStyle == ns->ns) in soap_free_temp()
7908 soap->encodingStyle = SOAP_STR_EOS; in soap_free_temp()
8348 soap->encodingStyle = SOAP_STR_EOS; in soap_init()
8910 { if (soap->encodingStyle && soap->local_namespaces) in soap_element()
8911 { if (!*soap->encodingStyle) in soap_element()
8913 soap->encodingStyle = soap->local_namespaces[1].out; in soap_element()
8915 soap->encodingStyle = soap->local_namespaces[1].ns; in soap_element()
8917 … if (soap->encodingStyle && soap_attribute(soap, "SOAP-ENV:encodingStyle", soap->encodingStyle)) in soap_element()
9329 { if (soap->version == 2 && soap->encodingStyle) in soap_element_result()
9347 { if (soap->version == 2 && soap->encodingStyle) in soap_check_result()