Home
last modified time | relevance | path

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

/php-src/Zend/
H A Dzend_strtod.c538 int k, maxwds, sign, wds; member
607 rv->maxwds = x;
682 if (wds >= b->maxwds) {
860 if (wc > a->maxwds)
1020 for(i = b->maxwds; n1 > i; i <<= 1)
1700 if (b->wds >= b->maxwds) {
3661 b->maxwds = 1 << (b->k = *(int*)b);

Completed in 11 milliseconds