Home
last modified time | relevance | path

Searched refs:smart_str_free_ex (Results 1 – 4 of 4) 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.c275 smart_str_free_ex(&str, false); in php_new_dom_dump_node_to_str_ex()
/php-src/ext/libxml/
H A Dlibxml.c1493 smart_str_free_ex(&str, false); in php_libxml_default_dump_doc_to_str()
1512 smart_str_free_ex(&str, false); in php_libxml_default_dump_node_to_str()
/php-src/sapi/cli/
H A Dphp_cli_server.c2078 smart_str_free_ex(&buffer, 1); in php_cli_server_send_error_page()
2191 smart_str_free_ex(&buffer, 1); in php_cli_server_begin_send_static()

Completed in 22 milliseconds