Home
last modified time | relevance | path

Searched refs:bQuote (Results 1 - 2 of 2) sorted by relevance

/third_party/sqlite/src/
H A Dshell.c15517 u8 bQuote; /* Quote results for .mode box and table */ member
17864 if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar()
17915 }else if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar()
23316 cmOpts.bQuote = 1; in do_meta_command()
23318 cmOpts.bQuote = 0; in do_meta_command()
23356 p->cmOpts.bQuote ? "" : "no"); in do_meta_command()
24601 p->cmOpts.bQuote ? "" : "no"); in do_meta_command()
H A Dsqlite3.c112930 int bQuote; /* True to quote the new name */ global() local
113799 int bQuote = sqlite3_value_int(argv[7]); global() local
114028 int bQuote = 1; global() local
[all...]

Completed in 198 milliseconds