Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c1978 static char quoteChar(const char *zName){ in quoteChar() function
2011 cQuote = quoteChar(zSchema); in shellFakeSchema()
2016 cQuote = quoteChar(zName); in shellFakeSchema()
2024 cQuote = quoteChar(zCol); in shellFakeSchema()
2144 char cQuote = quoteChar(zSchema); in shellAddSchemaName()
20726 if( quoteChar(azCol[i]) ){ in shell_callback()
20975 cQuote = quoteChar(zName); in set_table_name()
22650 appendText(&sTable, zTable, quoteChar(zTable)); in dump_callback()
22660 appendText(&sTable, azCol[i], quoteChar(azCol[i])); in dump_callback()
22673 appendText(&sSelect, azCol[i], quoteChar(azCol[i])); in dump_callback()
[all …]