Searched refs:master_to_xml (Results 1 – 3 of 3) sorted by relevance
/PHP-5.4/ext/soap/ |
H A D | php_encoding.h | 191 xmlNodePtr master_to_xml(encodePtr encode, zval *data, int style, xmlNodePtr parent TSRMLS_DC);
|
H A D | php_encoding.c | 445 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() 3253 ret = master_to_xml(enc, *el, style, parent TSRMLS_CC); in to_xml_any() [all …]
|
H A D | soap.c | 3925 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC); 4007 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC); 4011 xmlNodePtr node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, param TSRMLS_CC); 4034 node = master_to_xml(get_conversion(IS_STRING), *tmp, SOAP_LITERAL, node TSRMLS_CC); 4157 xmlNodePtr xmlHdr = master_to_xml(hdr_enc, hdr_ret, hdr_use, head TSRMLS_CC); 4373 h = master_to_xml(enc, *tmp, hdr_use, head TSRMLS_CC); 4462 xmlParam = master_to_xml(enc, val, style, parent TSRMLS_CC);
|
Completed in 26 milliseconds