Home
last modified time | relevance | path

Searched refs:OG (Results 1 – 3 of 3) sorted by relevance

/PHP-5.4/main/
H A Doutput.c178 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 …]
H A Dphp_output.h157 # define OG(v) TSRMG(output_globals_id, zend_output_globals *, v) macro
159 # define OG(v) (output_globals.v)
/PHP-5.4/
H A DREADME.NEW-OUTPUT-API10 // Using OG()
77 // OG(nesting_level);

Completed in 16 milliseconds