Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.h30 zend_strtod_bigint *p5s; member
H A Dzend_strtod.c203 #undef p5s
208 #define p5s (EG(strtod_state).p5s) macro
944 #ifndef p5s
945 static Bigint *p5s; variable
965 if (!(p5 = p5s)) {
969 if (!(p5 = p5s)) {
970 p5 = p5s = i2b(625);
975 p5 = p5s = i2b(625);
4627 listp = &p5s; in free_p5s()
4632 p5s = NULL; in free_p5s()
H A Dzend.c828 executor_globals->strtod_state.p5s = NULL; in executor_globals_ctor()

Completed in 23 milliseconds