Searched refs:sdl_type (Results 1 – 5 of 5) sorted by relevance
2220 sdlTypePtr sdl_type = type->sdl_type; in to_xml_array() local2315 if (sdl_type && in to_xml_array()2365 } else if (sdl_type && in to_xml_array()2411 if (sdl_type && sdl_type->elements && in to_xml_array()2422 } else if (sdl_type && sdl_type->elements && in to_xml_array()2610 if (type->sdl_type && type->sdl_type->elements && in to_zval_array()2617 } else if (type->sdl_type && type->sdl_type->elements && in to_zval_array()3025 if (enc->sdl_type && enc->sdl_type->kind == XSD_TYPEKIND_LIST && enc->sdl_type->elements) { in to_xml_list()3135 sdlTypePtr sdl_type; in to_zval_any() local3201 type = enc->sdl_type; in sdl_guess_convert_zval()[all …]
184 sdlTypePtr sdl_type; member
76 sdlTypePtr sdl_type; in get_element() local91 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()1425 enc->details.sdl_type = types[i]; in sdl_deserialize_encoder()1429 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()2475 if (pheader->encode && pheader->encode->details.sdl_type) { in make_persistent_sdl_function_headers()2536 if (pparam->encode && pparam->encode->details.sdl_type) { in make_persistent_sdl_parameters()[all …]
736 new_enc->details.sdl_type = enc->details.sdl_type; in soap_create_typemap()4320 while (enc && enc->details.sdl_type &&4321 enc != enc->details.sdl_type->encode &&4322 enc->details.sdl_type->kind != XSD_TYPEKIND_SIMPLE &&4323 enc->details.sdl_type->kind != XSD_TYPEKIND_LIST &&4324 enc->details.sdl_type->kind != XSD_TYPEKIND_UNION) {4325 enc = enc->details.sdl_type->encode;
75 enc->details.sdl_type = cur_type; in create_encoder()359 cur_type->encode->details.sdl_type = ptr; in schema_simpleType()1414 cur_type->encode->details.sdl_type = ptr; in schema_complexType()
Completed in 42 milliseconds