Home
last modified time | relevance | path

Searched defs:zSuffix (Results 1 – 1 of 1) sorted by relevance

/third_party/sqlite/src/
Dshell.c781 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
20570 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile()