Lines Matching refs:smart_str_appends
308 smart_str_appends(&prefix, id); in soap_check_zval_ref()
325 smart_str_appends(&prefix, id); in soap_check_zval_ref()
485 smart_str_appends(&nscat, encode->details.ns); in master_to_xml_int()
488 smart_str_appends(&nscat, encode->details.type_str); in master_to_xml_int()
518 smart_str_appends(&nscat, encode->details.ns); in master_to_zval_int()
521 smart_str_appends(&nscat, encode->details.type_str); in master_to_zval_int()
539 smart_str_appends(&nscat, (char*)nsptr->href); in master_to_zval_int()
542 smart_str_appends(&nscat, cptype); in master_to_zval_int()
2280 smart_str_appends(&array_type, value); in to_xml_array()
2319 smart_str_appends(&array_type, ext->val); in to_xml_array()
2976 smart_str_appends(&list, (char*)dummy->children->content); in to_xml_list()
3018 smart_str_appends(&list, (char*)dummy->children->content); in to_xml_list()
3066 smart_str_appends(&nscat, (char*)data->ns->href); in to_zval_any()
3069 smart_str_appends(&nscat, (char*)data->name); in to_zval_any()
3558 smart_str_appends(type, (char*)ns->prefix); in get_array_type()
3560 smart_str_appends(&array_type, cur_ns); in get_array_type()
3563 smart_str_appends(type, cur_stype); in get_array_type()
3565 smart_str_appends(&array_type, cur_stype); in get_array_type()
3593 smart_str_appends(ret, (char*)xmlns->prefix); in get_type_str()