Home
last modified time | relevance | path

Searched refs:smart_str_free_ex (Results 1 – 6 of 6) sorted by relevance

/php-src/Zend/
H A Dzend_smart_str.h69 static zend_always_inline void smart_str_free_ex(smart_str *str, bool persistent) { in smart_str_free_ex() function
79 smart_str_free_ex(str, false); in smart_str_free()
/php-src/ext/dom/
H A Dxml_document.c289 smart_str_free_ex(&str, false); in php_new_dom_dump_node_to_str_ex()
H A Dinner_outer_html_mixin.c102 smart_str_free_ex(&str, false); in dom_element_html_fragment_serialize()
/php-src/ext/libxml/
H A Dlibxml.c1514 smart_str_free_ex(&str, false); in php_libxml_default_dump_doc_to_str()
1533 smart_str_free_ex(&str, false); in php_libxml_default_dump_node_to_str()
/php-src/ext/xmlwriter/
H A Dphp_xmlwriter.c889 smart_str_free_ex(output, false); in xml_writer_stream_close_memory()
/php-src/sapi/cli/
H A Dphp_cli_server.c2097 smart_str_free_ex(&buffer, 1); in php_cli_server_send_error_page()
2210 smart_str_free_ex(&buffer, 1); in php_cli_server_begin_send_static()

Completed in 41 milliseconds