Home
last modified time | relevance | path

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

/PHP-5.6/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.c443 node = master_to_xml(enc, NULL, style, parent TSRMLS_CC); in master_to_xml_int()
445 node = master_to_xml(enc, *zdata, style, parent TSRMLS_CC); in master_to_xml_int()
1727 property = master_to_xml(enc, *val, style, node TSRMLS_CC); in model_to_xml_object()
1750 property = master_to_xml(enc, data, style, node TSRMLS_CC); in model_to_xml_object()
1802 property = master_to_xml(enc, *val, style, node TSRMLS_CC); in model_to_xml_object()
1806 property = master_to_xml(enc, data, style, node TSRMLS_CC); in model_to_xml_object()
1932 xmlParam = master_to_xml(enc, tmp, style, parent TSRMLS_CC); in to_xml_object()
1934 xmlParam = master_to_xml(enc, data, style, parent TSRMLS_CC); in to_xml_object()
2110 return master_to_xml(enc, data, style, parent TSRMLS_CC); in guess_array_map()
3242 ret = master_to_xml(enc, *el, style, parent TSRMLS_CC); in to_xml_any()
[all …]
H A Dsoap.c3964 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4046 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC);
4050 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC);
4073 node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC);
4196 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC);
4412 h = master_to_xml(enc, *tmp, hdr_use, head TSRMLS_CC);
4501 xmlParam = master_to_xml(enc, val, style, parent TSRMLS_CC);

Completed in 32 milliseconds