Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dshell.c18127 u8 bQuote; /* Quote results for .mode box and table */ member
20630 if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar()
20682 }else if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar()
26101 cmOpts.bQuote = 1; in do_meta_command()
26103 cmOpts.bQuote = 0; in do_meta_command()
26139 p->cmOpts.bQuote ? "" : "no"); in do_meta_command()
27445 p->cmOpts.bQuote ? "" : "no"); in do_meta_command()
Dsqlite3.c116019 int bQuote; /* True to quote the new name */
116065 bQuote = sqlite3Isquote(pNew->z[0]);
116072 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1,
116080 zDb, pTab->zName, iCol, zNew, bQuote
116601 int bQuote /* True to always quote token */
116650 if( bQuote==0 && sqlite3IsIdChar(*pBest->t.z) ){
116912 int bQuote = sqlite3_value_int(argv[7]);
117043 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote);
117141 int bQuote = 1;
117254 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);