Home
last modified time | relevance | path

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

/PHP-5.4/ext/bcmath/libbcmath/src/
H A Dbcmath.h106 _PROTOTYPE(void _bc_free_num_ex, (bc_num *num, int persistent));
160 #define bc_free_num(num) _bc_free_num_ex((num), 0)
H A Dinit.c81 _bc_free_num_ex (num, persistent) in _bc_free_num_ex() function
/PHP-5.4/ext/bcmath/
H A Dbcmath.c152 _bc_free_num_ex(&bcmath_globals->_zero_, 1); in PHP_GSHUTDOWN_FUNCTION()
153 _bc_free_num_ex(&bcmath_globals->_one_, 1); in PHP_GSHUTDOWN_FUNCTION()
154 _bc_free_num_ex(&bcmath_globals->_two_, 1); in PHP_GSHUTDOWN_FUNCTION()

Completed in 16 milliseconds