Home
last modified time | relevance | path

Searched refs:sdl_type (Results 1 – 5 of 5) sorted by relevance

/PHP-5.6/ext/soap/
H A Dphp_encoding.c2289 sdlTypePtr sdl_type = type->sdl_type; in to_xml_array() local
2384 if (sdl_type && in to_xml_array()
2433 } else if (sdl_type && in to_xml_array()
2482 if (sdl_type && sdl_type->elements && in to_xml_array()
2494 } else if (sdl_type && sdl_type->elements && in to_xml_array()
2685 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2693 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
3099 if (enc->sdl_type && enc->sdl_type->kind == XSD_TYPEKIND_LIST && enc->sdl_type->elements) { in to_xml_list()
3202 sdlTypePtr *sdl_type; in to_zval_any() local
3281 type = enc->sdl_type; in sdl_guess_convert_zval()
[all …]
H A Dphp_encoding.h180 sdlTypePtr sdl_type; member
H A Dphp_sdl.c77 sdlTypePtr *sdl_type; in get_element() local
93 ret = *sdl_type; in get_element()
95 ret = *sdl_type; in get_element()
100 ret = *sdl_type; in get_element()
1418 enc->details.sdl_type = types[i]; in sdl_deserialize_encoder()
1422 if (enc->details.sdl_type == NULL) { in sdl_deserialize_encoder()
2029 sdl_serialize_type_ref(enc->details.sdl_type, tmp_types, out); in sdl_serialize_encoder()
2467 if (pheader->encode->details.sdl_type) { in make_persistent_sdl_function_headers()
2532 if (pparam->encode && pparam->encode->details.sdl_type) { in make_persistent_sdl_parameters()
2862 if (penc->details.sdl_type) { in make_persistent_sdl_encoder()
[all …]
H A Dsoap.c1083 new_enc->details.sdl_type = enc->details.sdl_type; in soap_create_typemap()
4855 while (enc && enc->details.sdl_type &&
4856 enc != enc->details.sdl_type->encode &&
4857 enc->details.sdl_type->kind != XSD_TYPEKIND_SIMPLE &&
4858 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST &&
4859 enc->details.sdl_type->kind != XSD_TYPEKIND_UNION) {
4860 enc = enc->details.sdl_type->encode;
H A Dphp_schema.c78 enc->details.sdl_type = cur_type; in create_encoder()
341 cur_type->encode->details.sdl_type = *ptr; in schema_simpleType()
1394 cur_type->encode->details.sdl_type = *ptr; in schema_complexType()

Completed in 63 milliseconds