Lines Matching refs:sdlType

1484 	sdlTypePtr sdlType = type->sdl_type;  in to_zval_object_ex()  local
1501 if (sdlType) { in to_zval_object_ex()
1502 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_zval_object_ex()
1503 sdlType->encode && type != &sdlType->encode->details) { in to_zval_object_ex()
1506 enc = sdlType->encode; in to_zval_object_ex()
1532 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_zval_object_ex()
1533 sdlType->encode && in to_zval_object_ex()
1534 type != &sdlType->encode->details) { in to_zval_object_ex()
1535 if (sdlType->encode->details.sdl_type && in to_zval_object_ex()
1536 sdlType->encode->details.sdl_type->kind != XSD_TYPEKIND_SIMPLE && in to_zval_object_ex()
1537 sdlType->encode->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_zval_object_ex()
1538 sdlType->encode->details.sdl_type->kind != XSD_TYPEKIND_UNION) { in to_zval_object_ex()
1546 sdlType->encode->to_zval == sdl_guess_convert_zval && in to_zval_object_ex()
1547 sdlType->encode->details.sdl_type != NULL && in to_zval_object_ex()
1548 (sdlType->encode->details.sdl_type->kind == XSD_TYPEKIND_COMPLEX || in to_zval_object_ex()
1549 sdlType->encode->details.sdl_type->kind == XSD_TYPEKIND_RESTRICTION || in to_zval_object_ex()
1550 sdlType->encode->details.sdl_type->kind == XSD_TYPEKIND_EXTENSION) && in to_zval_object_ex()
1551 (sdlType->encode->details.sdl_type->encode == NULL || in to_zval_object_ex()
1552 (sdlType->encode->details.sdl_type->encode->details.type != IS_ARRAY && in to_zval_object_ex()
1553 sdlType->encode->details.sdl_type->encode->details.type != SOAP_ENC_ARRAY))) { in to_zval_object_ex()
1554 ret = to_zval_object_ex(&sdlType->encode->details, data, ce TSRMLS_CC); in to_zval_object_ex()
1556 ret = master_to_zval_int(sdlType->encode, data TSRMLS_CC); in to_zval_object_ex()
1575 base = master_to_zval_int(sdlType->encode, data TSRMLS_CC); in to_zval_object_ex()
1586 if (sdlType->model) { in to_zval_object_ex()
1591 model_to_zval_object(ret, sdlType->model, data, sdl TSRMLS_CC); in to_zval_object_ex()
1604 if (sdlType->attributes) { in to_zval_object_ex()
1608 zend_hash_internal_pointer_reset_ex(sdlType->attributes, &pos); in to_zval_object_ex()
1609 while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) { in to_zval_object_ex()
1636 zend_hash_move_forward_ex(sdlType->attributes, &pos); in to_zval_object_ex()
1901 sdlTypePtr sdlType = type->sdl_type; in to_xml_object() local
1919 if (sdlType) { in to_xml_object()
1920 if (sdlType->kind == XSD_TYPEKIND_RESTRICTION && in to_xml_object()
1921 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
1924 enc = sdlType->encode; in to_xml_object()
1945 } else if (sdlType->kind == XSD_TYPEKIND_EXTENSION && in to_xml_object()
1946 sdlType->encode && type != &sdlType->encode->details) { in to_xml_object()
1947 if (sdlType->encode->details.sdl_type && in to_xml_object()
1948 sdlType->encode->details.sdl_type->kind != XSD_TYPEKIND_SIMPLE && in to_xml_object()
1949 sdlType->encode->details.sdl_type->kind != XSD_TYPEKIND_LIST && in to_xml_object()
1950 sdlType->encode->details.sdl_type->kind != XSD_TYPEKIND_UNION) { in to_xml_object()
1953 xmlParam = master_to_xml(sdlType->encode, data, style, parent TSRMLS_CC); in to_xml_object()
1959 xmlParam = master_to_xml(sdlType->encode, tmp, style, parent TSRMLS_CC); in to_xml_object()
1961 xmlParam = master_to_xml(sdlType->encode, data, style, parent TSRMLS_CC); in to_xml_object()
1980 sdlType->attributes == NULL && in to_xml_object()
1981 sdlType->model != NULL && in to_xml_object()
1982 (array_el = model_array_element(sdlType->model)) != NULL) { in to_xml_object()
2004 } else if (sdlType->model) { in to_xml_object()
2005 model_to_xml_object(xmlParam, sdlType->model, data, style, 1 TSRMLS_CC); in to_xml_object()
2007 if (sdlType->attributes) { in to_xml_object()
2012 zend_hash_internal_pointer_reset_ex(sdlType->attributes, &pos); in to_xml_object()
2013 while (zend_hash_get_current_data_ex(sdlType->attributes, (void**)&attr, &pos) == SUCCESS) { in to_xml_object()
2041 zend_hash_move_forward_ex(sdlType->attributes, &pos); in to_xml_object()