Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c27381 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local
27457 zIndent = " "; in lintFkeyIndexes()
27518 sqlite3_fprintf(out, "%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes()
27522 zIndent, zFrom, zTarget in lintFkeyIndexes()
H A Dsqlite3.c210249 const char *zIndent; /* Use this text for indentation */
210258 jsonAppendRaw(pPretty->pOut, pPretty->zIndent, pPretty->szIndent);
212378 if( argc==1 || (x.zIndent = (const char*)sqlite3_value_text(argv[1]))==0 ){
212379 x.zIndent = " ";
212382 x.szIndent = (u32)strlen(x.zIndent);