Searched refs:cQuote (Results 1 – 1 of 1) sorted by relevance
1986 char cQuote; in shellFakeSchema() local1997 cQuote = quoteChar(zSchema); in shellFakeSchema()1998 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema()1999 appendText(&s, zSchema, cQuote); in shellFakeSchema()2002 cQuote = quoteChar(zName); in shellFakeSchema()2003 appendText(&s, zName, cQuote); in shellFakeSchema()2010 cQuote = quoteChar(zCol); in shellFakeSchema()2011 appendText(&s, zCol, cQuote); in shellFakeSchema()2130 char cQuote = quoteChar(zSchema); in shellAddSchemaName() local2131 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName()[all …]