Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c1850 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
1884 v *= aMult[i].iMult; in integerValue()