Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c1552 char cQuote; in shellFakeSchema() local
1563 cQuote = quoteChar(zSchema); in shellFakeSchema()
1564 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema()
1565 appendText(&s, zSchema, cQuote); in shellFakeSchema()
1568 cQuote = quoteChar(zName); in shellFakeSchema()
1569 appendText(&s, zName, cQuote); in shellFakeSchema()
1576 cQuote = quoteChar(zCol); in shellFakeSchema()
1577 appendText(&s, zCol, cQuote); in shellFakeSchema()
1672 char cQuote = quoteChar(zSchema); in shellAddSchemaName() local
1673 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName()
[all …]