Home
last modified time | relevance | path

Searched refs:SOAP_1_2_ENC_NAMESPACE (Results 1 – 4 of 4) sorted by relevance

/php-src/ext/soap/
H A Dphp_encoding.c329 attr = get_attribute_ex(attr, "id", SOAP_1_2_ENC_NAMESPACE); in soap_check_zval_ref()
342 set_ns_prop(node_ptr, SOAP_1_2_ENC_NAMESPACE, "id", id+1); in soap_check_zval_ref()
344 set_ns_prop(node, SOAP_1_2_ENC_NAMESPACE, "ref", id); in soap_check_zval_ref()
2325 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in to_xml_array()
2335 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_xml_array()
2355 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_xml_array()
2540 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in to_zval_array()
2549 sizeof(SOAP_1_2_ENC_NAMESPACE":arraySize")-1)) != NULL && in to_zval_array()
3322 href = get_attribute_ex(data->properties, "ref", SOAP_1_2_ENC_NAMESPACE); in check_and_resolve_href()
3620 ns = SOAP_1_2_ENC_NAMESPACE; in get_type_str()
[all …]
H A Dphp_encoding.h35 #define SOAP_1_2_ENC_NAMESPACE "http://www.w3.org/2003/05/soap-encoding" macro
H A Dphp_sdl.c129 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in get_encoder()
130 memcmp(ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in get_encoder()
469 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_header()
594 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in wsdl_soap_binding_body()
1069 …} else if (strncmp((char*)tmp->children->content, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAME… in load_wsdl()
1406 (ns_len == sizeof(SOAP_1_2_ENC_NAMESPACE)-1 && in sdl_deserialize_encoder()
1407 memcmp(enc->details.ns, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1) == 0))) { in sdl_deserialize_encoder()
H A Dsoap.c433 …zend_hash_str_add_ptr(&defEncNs, SOAP_1_2_ENC_NAMESPACE, sizeof(SOAP_1_2_ENC_NAMESPACE)-1, SOAP_1_… in php_soap_prepare_globals()
3222 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) { in deserialize_function_call()
3273 if (attr && strcmp((char*)attr->children->content,SOAP_1_2_ENC_NAMESPACE) != 0) { in deserialize_function_call()
3489 xmlSetNsProp(method, body->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE)); in serialize_response_call2()
3743 xmlSetNsProp(x, envelope->ns, BAD_CAST("encodingStyle"), BAD_CAST(SOAP_1_2_ENC_NAMESPACE)); in serialize_response_call()
3850 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX)); in serialize_response_call()
4053 xmlNewNs(envelope, BAD_CAST(SOAP_1_2_ENC_NAMESPACE), BAD_CAST(SOAP_1_2_ENC_NS_PREFIX)); in serialize_function_call()
4429 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":itemType", in type_to_string()
4430 sizeof(SOAP_1_2_ENC_NAMESPACE":itemType")-1)) != NULL && in type_to_string()
4447 (attr = zend_hash_str_find_ptr(type->attributes, SOAP_1_2_ENC_NAMESPACE":arraySize", in type_to_string()
[all …]

Completed in 44 milliseconds