Home
last modified time | relevance | path

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

/php-src/ext/soap/
H A Dphp_encoding.c2178 sdlTypePtr sdl_type = type->sdl_type; in to_xml_array() local
2272 if (sdl_type && in to_xml_array()
2322 } else if (sdl_type && in to_xml_array()
2368 if (sdl_type && sdl_type->elements && in to_xml_array()
2379 } else if (sdl_type && sdl_type->elements && in to_xml_array()
2567 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2574 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()
2986 if (enc->sdl_type && enc->sdl_type->kind == XSD_TYPEKIND_LIST && enc->sdl_type->elements) { in to_xml_list()
3096 sdlTypePtr sdl_type; in to_zval_any() local
3165 type = enc->sdl_type; in sdl_guess_convert_zval()
[all …]
H A Dphp_encoding.h185 sdlTypePtr sdl_type; member
H A Dphp_sdl.c76 sdlTypePtr sdl_type; in get_element() local
91 if ((sdl_type = zend_hash_str_find_ptr(sdl->elements, nscat, len)) != NULL) { in get_element()
92 ret = sdl_type; in get_element()
94 ret = sdl_type; in get_element()
99 ret = sdl_type; in get_element()
1435 enc->details.sdl_type = types[i]; in sdl_deserialize_encoder()
1439 if (enc->details.sdl_type == NULL) { in sdl_deserialize_encoder()
2039 sdl_serialize_type_ref(enc->details.sdl_type, tmp_types, out); in sdl_serialize_encoder()
2485 if (pheader->encode && pheader->encode->details.sdl_type) { in make_persistent_sdl_function_headers()
2546 if (pparam->encode && pparam->encode->details.sdl_type) { in make_persistent_sdl_parameters()
[all …]
H A Dsoap.c728 new_enc->details.sdl_type = enc->details.sdl_type; in soap_create_typemap()
4307 while (enc && enc->details.sdl_type &&
4308 enc != enc->details.sdl_type->encode &&
4309 enc->details.sdl_type->kind != XSD_TYPEKIND_SIMPLE &&
4310 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST &&
4311 enc->details.sdl_type->kind != XSD_TYPEKIND_UNION) {
4312 enc = enc->details.sdl_type->encode;
H A Dphp_schema.c78 enc->details.sdl_type = cur_type; in create_encoder()
347 cur_type->encode->details.sdl_type = ptr; in schema_simpleType()
1405 cur_type->encode->details.sdl_type = ptr; in schema_complexType()

Completed in 61 milliseconds