Searched refs:quoteChar (Results 1 – 1 of 1) sorted by relevance
1964 static char quoteChar(const char *zName){ in quoteChar() function1997 cQuote = quoteChar(zSchema); in shellFakeSchema()2002 cQuote = quoteChar(zName); in shellFakeSchema()2010 cQuote = quoteChar(zCol); in shellFakeSchema()2130 char cQuote = quoteChar(zSchema); in shellAddSchemaName()19463 if( quoteChar(azCol[i]) ){ in shell_callback()19712 cQuote = quoteChar(zName); in set_table_name()21387 appendText(&sTable, zTable, quoteChar(zTable)); in dump_callback()21397 appendText(&sTable, azCol[i], quoteChar(azCol[i])); in dump_callback()21410 appendText(&sSelect, azCol[i], quoteChar(azCol[i])); in dump_callback()[all …]