Home
last modified time | relevance | path

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

/php-src/ext/bcmath/libbcmath/src/
H A Dbcmath.h90 void _bc_free_num_ex(bc_num *num, bool persistent);
173 #define bc_free_num(num) _bc_free_num_ex((num), 0)
H A Dinit.c76 void _bc_free_num_ex(bc_num *num, bool persistent) in _bc_free_num_ex() function
/php-src/ext/bcmath/
H A Dbcmath.c111 _bc_free_num_ex(&bcmath_globals->_zero_, 1); in PHP_GSHUTDOWN_FUNCTION()
112 _bc_free_num_ex(&bcmath_globals->_one_, 1); in PHP_GSHUTDOWN_FUNCTION()
113 _bc_free_num_ex(&bcmath_globals->_two_, 1); in PHP_GSHUTDOWN_FUNCTION()

Completed in 15 milliseconds