Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c29450 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local
29526 zIndent = " "; in lintFkeyIndexes()
29587 cli_printf(out, "%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes()
29591 zIndent, zFrom, zTarget in lintFkeyIndexes()
H A Dsqlite3.c214833 const char *zIndent; /* Use this text for indentation */ member
214842 jsonAppendRaw(pPretty->pOut, pPretty->zIndent, pPretty->szIndent);
217042 if( argc==1 || (x.zIndent = (const char*)sqlite3_value_text(argv[1]))==0 ){
217043 x.zIndent = " ";
217046 x.szIndent = (u32)strlen(x.zIndent);