Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24674 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local
24749 zIndent = " "; in lintFkeyIndexes()
24809 oputf("%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes()
24812 zIndent, zFrom, zTarget in lintFkeyIndexes()
H A Dsqlite3.c207196 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);