Searched refs:php_ub_body_write_no_header (Results 1 – 3 of 3) sorted by relevance
143 OG(php_body_write) = php_ub_body_write_no_header; in php_start_ob_buffer()230 OG(php_body_write) = php_ub_body_write_no_header; in php_end_ob_buffer()271 OG(php_body_write) = php_ub_body_write_no_header; in php_end_ob_buffer()686 PHPAPI int php_ub_body_write_no_header(const char *str, uint str_length TSRMLS_DC) in php_ub_body_write_no_header() function726 OG(php_body_write) = php_ub_body_write_no_header; in php_ub_body_write()727 result = php_ub_body_write_no_header(str, str_length TSRMLS_CC); in php_ub_body_write()
33 PHPAPI int php_ub_body_write_no_header(const char *str, uint str_length TSRMLS_DC);
1038 …hp_body_write)==php_default_output_func || OG(php_body_write)==php_ub_body_write_no_header || OG(p… in php_error_cb()
Completed in 25 milliseconds