Searched refs:OG (Results 1 – 3 of 3) sorted by relevance
178 OG(active) = NULL; in php_output_deactivate()179 OG(running) = NULL; in php_output_deactivate()217 OG(flags) = (OG(flags) & ~0xf) | (status & 0xf); in php_output_set_status()226 OG(flags) in php_output_get_status()301 if (OG(active)) { in php_output_flush_all()329 if (OG(active)) { in php_output_clean_all()379 return OG(active) ? zend_stack_count(&OG(handlers)) : 0; in php_output_get_level()387 if (OG(active)) { in php_output_get_contents()400 if (OG(active)) { in php_output_get_length()775 if (op && OG(active) && OG(running)) { in php_output_lock_error()[all …]
157 # define OG(v) TSRMG(output_globals_id, zend_output_globals *, v) macro159 # define OG(v) (output_globals.v)
10 // Using OG()77 // OG(nesting_level);
Completed in 10 milliseconds