Home | History | Annotate | Download | only in dist

Lines Matching refs:zSuffix

24372   static const struct { char *zSuffix; unsigned int iMult; } aMult[] = {
24409 if( sqlite3_stricmp(aMult[i].zSuffix, zArg)==0 ){
29335 static void newTempFile(ShellState *p, const char *zSuffix){
29357 zHome,cDirSep,zRand,zSuffix);