Searched refs:bQuote (Results 1 – 2 of 2) sorted by relevance
/freebsd/contrib/sqlite3/ |
H A D | shell.c | 19390 u8 bQuote; /* Quote results for .mode box and table */ member 21894 if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar() 21946 }else if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar() 27471 cmOpts.bQuote = 1; in do_meta_command() 27473 cmOpts.bQuote = 0; in do_meta_command() 27509 p->cmOpts.bQuote ? "" : "no"); in do_meta_command() 28815 p->cmOpts.bQuote ? "" : "no"); in do_meta_command()
|
H A D | sqlite3.c | 116751 int bQuote; /* True to quote the new name */ 116797 bQuote = sqlite3Isquote(pNew->z[0]); 116804 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, 116812 zDb, pTab->zName, iCol, zNew, bQuote 117333 int bQuote /* True to always quote token */ 117382 if( bQuote==0 && sqlite3IsIdChar(*pBest->t.z) ){ 117644 int bQuote = sqlite3_value_int(argv[7]); 117775 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); 117873 int bQuote = 1; 117986 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);
|