Home
last modified time | relevance | path

Searched refs:master_to_xml (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/soap/
H A Dphp_encoding.h191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
H A Dphp_encoding.c445 node = master_to_xml(enc, NULL, style, parent TSRMLS_CC); in master_to_xml_int()
447 node = master_to_xml(enc, *zdata, style, parent TSRMLS_CC); in master_to_xml_int()
1729 property = master_to_xml(enc, *val, style, node TSRMLS_CC); in model_to_xml_object()
1752 property = master_to_xml(enc, data, style, node TSRMLS_CC); in model_to_xml_object()
1804 property = master_to_xml(enc, *val, style, node TSRMLS_CC); in model_to_xml_object()
1808 property = master_to_xml(enc, data, style, node TSRMLS_CC); in model_to_xml_object()
1934 xmlParam = master_to_xml(enc, tmp, style, parent TSRMLS_CC); in to_xml_object()
1936 xmlParam = master_to_xml(enc, data, style, parent TSRMLS_CC); in to_xml_object()
2112 return master_to_xml(enc, data, style, parent TSRMLS_CC); in guess_array_map()
3244 ret = master_to_xml(enc, *el, style, parent TSRMLS_CC); in to_xml_any()
[all …]
H A Dsoap.c3944 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4026 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC);
4030 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC);
4053 node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC);
4176 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4392 h = master_to_xml(enc, *tmp, hdr_use, head TSRMLS_CC);
4481 xmlParam = master_to_xml(enc, val, style, parent TSRMLS_CC);

Completed in 31 milliseconds