Searched refs:smart_str_free_ex (Results 1 – 6 of 6) sorted by relevance
69 static zend_always_inline void smart_str_free_ex(smart_str *str, bool persistent) { in smart_str_free_ex() function79 smart_str_free_ex(str, false); in smart_str_free()
289 smart_str_free_ex(&str, false); in php_new_dom_dump_node_to_str_ex()
102 smart_str_free_ex(&str, false); in dom_element_html_fragment_serialize()
1514 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()
889 smart_str_free_ex(output, false); in xml_writer_stream_close_memory()
2097 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