Searched refs:smart_str_free_ex (Results 1 – 4 of 4) sorted by relevance
/PHP-5.4/ext/standard/ |
H A D | php_smart_str.h | 84 smart_str_free_ex((s), 0) 103 #define smart_str_free_ex(s, what) do { \ macro
|
/PHP-5.4/ext/oci8/ |
H A D | oci8.c | 1931 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex() 1986 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex() 1993 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex() 2085 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex() 2095 smart_str_free_ex(&hashed_details, 0); in php_oci_do_connect_ex() 2897 smart_str_free_ex(&spool_hashed_details, 0); in php_oci_get_spool()
|
/PHP-5.4/sapi/thttpd/ |
H A D | thttpd.c | 470 smart_str_free_ex(&TG(sbuf), 1);
|
/PHP-5.4/sapi/cli/ |
H A D | php_cli_server.c | 1854 smart_str_free_ex(&buffer, 1); in php_cli_server_send_error_page() 1944 smart_str_free_ex(&buffer, 1); in php_cli_server_begin_send_static()
|
Completed in 27 milliseconds