Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c530 int k, maxwds, sign, wds; member
613 rv->maxwds = x;
692 if (wds >= b->maxwds) {
870 if (wc > a->maxwds)
1028 for(i = b->maxwds; n1 > i; i <<= 1)
1708 if (b->wds >= b->maxwds) {
3662 b->maxwds = 1 << (b->k = *(int*)b);

Completed in 14 milliseconds