Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dshell.c24581 char cQuote; in shellFakeSchema() local
24592 cQuote = quoteChar(zSchema); in shellFakeSchema()
24593 if( cQuote && sqlite3_stricmp(zSchema,"temp")==0 ) cQuote = 0; in shellFakeSchema()
24594 appendText(&s, zSchema, cQuote); in shellFakeSchema()
24597 cQuote = quoteChar(zName); in shellFakeSchema()
24598 appendText(&s, zName, cQuote); in shellFakeSchema()
24605 cQuote = quoteChar(zCol); in shellFakeSchema()
24606 appendText(&s, zCol, cQuote); in shellFakeSchema()
24701 char cQuote = quoteChar(zSchema); in shellAddSchemaName() local
24702 if( cQuote && sqlite3_stricmp(zSchema,"temp")!=0 ){ in shellAddSchemaName()
[all …]