Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c2000 char cQuote; in shellFakeSchema() local
2011 cQuote = quoteChar(zSchema); in shellFakeSchema()
2012 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema()
2013 appendText(&s, zSchema, cQuote); in shellFakeSchema()
2016 cQuote = quoteChar(zName); in shellFakeSchema()
2017 appendText(&s, zName, cQuote); in shellFakeSchema()
2024 cQuote = quoteChar(zCol); in shellFakeSchema()
2025 appendText(&s, zCol, cQuote); in shellFakeSchema()
2144 char cQuote = quoteChar(zSchema); in shellAddSchemaName() local
2145 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName()
[all …]