Home
last modified time | relevance | path

Searched refs:maxwds (Results 1 – 1 of 1) sorted by last modified time

/php-src/Zend/
H A Dzend_strtod.c542 int k, maxwds, sign, wds; member
611 rv->maxwds = x;
686 if (wds >= b->maxwds) {
864 if (wc > a->maxwds)
1024 for(i = b->maxwds; n1 > i; i <<= 1)
1704 if (b->wds >= b->maxwds) {
3658 b->maxwds = 1 << (b->k = *(int*)b);

Completed in 13 milliseconds