Searched refs:zIndent (Results 1 – 2 of 2) sorted by relevance
/external/sqlite/dist/orig/ |
D | shell.c | 11384 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local 11459 zIndent = " "; in lintFkeyIndexes() 11521 raw_printf(out, "%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes() 11524 zIndent, zFrom, zTarget in lintFkeyIndexes()
|
/external/sqlite/dist/ |
D | shell.c | 11407 const char *zIndent = ""; /* How much to indent CREATE INDEX by */ in lintFkeyIndexes() local 11482 zIndent = " "; in lintFkeyIndexes() 11544 raw_printf(out, "%s%s --> %s\n", zIndent, zCI, zTarget); in lintFkeyIndexes() 11547 zIndent, zFrom, zTarget in lintFkeyIndexes()
|