Searched refs:active_ob_buffer (Results 1 – 3 of 3) sorted by relevance
240 ZVAL_STRINGL(orig_buffer, OG(active_ob_buffer).buffer, OG(active_ob_buffer).text_length, 1); in php_end_ob_buffer()416 OG(active_ob_buffer).buffer = (char *) erealloc(OG(active_ob_buffer).buffer, buf_size+1); in php_ob_allocate()470 OG(active_ob_buffer) = tmp_buf; in php_ob_init_named()621 && OG(active_ob_buffer).text_length >= OG(active_ob_buffer).chunk_size) { in php_ob_append()656 ZVAL_STRINGL(p, OG(active_ob_buffer).buffer, OG(active_ob_buffer).text_length, 1); in php_ob_get_buffer()803 if (!OG(active_ob_buffer).status && !OG(active_ob_buffer).erase) { in PHP_FUNCTION()826 if (!OG(active_ob_buffer).status && !OG(active_ob_buffer).erase) { in PHP_FUNCTION()849 if (OG(ob_nesting_level) && !OG(active_ob_buffer).status && !OG(active_ob_buffer).erase) { in PHP_FUNCTION()872 if (OG(ob_nesting_level) && !OG(active_ob_buffer).status && !OG(active_ob_buffer).erase) { in PHP_FUNCTION()900 if (OG(ob_nesting_level) && !OG(active_ob_buffer).status && !OG(active_ob_buffer).erase) { in PHP_FUNCTION()[all …]
85 php_ob_buffer active_ob_buffer; member
1630 …OG(ob_nesting_level) && !OG(active_ob_buffer).chunk_size && PG(memory_limit) < zend_memory_usage(1… in php_request_shutdown()
Completed in 15 milliseconds