Home
last modified time | relevance | path

Searched refs:zIndent (Results 1 – 2 of 2) sorted by relevance

/freebsd/contrib/sqlite3/
H A Dshell.c29488 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local
29564 zIndent = " "; in lintFkeyIndexes()
29625 cli_printf(out, "%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes()
29629 zIndent, zFrom, zTarget in lintFkeyIndexes()
H A Dsqlite3.c215152 const char *zIndent; /* Use this text for indentation */ member
215161 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);