Searched refs:zIndent (Results 1 – 2 of 2) sorted by relevance
24674 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local24749 zIndent = " "; in lintFkeyIndexes()24809 oputf("%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes()24812 zIndent, zFrom, zTarget in lintFkeyIndexes()
207196 const char *zIndent; /* Use this text for indentation */207205 jsonAppendRaw(pPretty->pOut, pPretty->zIndent, pPretty->szIndent);209231 if( argc==1 || (x.zIndent = (const char*)sqlite3_value_text(argv[1]))==0 ){209232 x.zIndent = " ";209235 x.szIndent = (u32)strlen(x.zIndent);