Searched refs:zIndent (Results 1 – 2 of 2) sorted by relevance
29488 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local29564 zIndent = " "; in lintFkeyIndexes()29625 cli_printf(out, "%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes()29629 zIndent, zFrom, zTarget in lintFkeyIndexes()
215152 const char *zIndent; /* Use this text for indentation */ member215161 jsonAppendRaw(pPretty->pOut, pPretty->zIndent, pPretty->szIndent);217361 if( argc==1 || (x.zIndent = (const char*)sqlite3_value_text(argv[1]))==0 ){217362 x.zIndent = " ";217365 x.szIndent = (u32)strlen(x.zIndent);