Home
last modified time | relevance | path

Searched refs:zSuffix (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c781 static const struct { char *zSuffix; int iMult; } aMult[] = { in integerValue() member
814 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){ in integerValue()
20570 static void newTempFile(ShellState *p, const char *zSuffix){ in newTempFile() argument
20592 p->zTempFile = sqlite3_mprintf("%s/temp%llx.%s", zTemp, r, zSuffix); in newTempFile()
20594 p->zTempFile = sqlite3_mprintf("%z.%s", p->zTempFile, zSuffix); in newTempFile()
H A Dsqlite3.c240531 fts5StorageCount(Fts5Storage *p, const char *zSuffix, i64 *pnRow) global() argument
241542 const char *zSuffix; global() member
[all...]

Completed in 157 milliseconds