Home
last modified time | relevance | path

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

/external/sqlite/dist/orig/
Dshell.c668 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
702 v *= aMult[i].iMult; in integerValue()
/external/sqlite/dist/
Dshell.c674 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
708 v *= aMult[i].iMult; in integerValue()