Home
last modified time | relevance | path

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

/src/contrib/sqlite3/
H A Dshell.c21658 u8 bQuote; /* Quote results for .mode box and table */ member
24413 if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar()
24465 }else if( p->cmOpts.bQuote ){ in exec_prepared_stmt_columnar()
30207 cmOpts.bQuote = 1; in do_meta_command()
30210 cmOpts.bQuote = 0; in do_meta_command()
30272 p->cmOpts.bQuote ? "" : "no", in do_meta_command()
31642 p->cmOpts.bQuote ? "" : "no"); in do_meta_command()
H A Dsqlite3.c118377 int bQuote; /* True to quote the new name */
118421 bQuote = sqlite3Isquote(pNew->z[0]);
118428 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1,
118436 zDb, pTab->zName, iCol, zNew, bQuote
118968 int bQuote /* True to always quote token */
119019 if( bQuote==0 && sqlite3IsIdChar(*(u8*)pBest->t.z) ){
119288 int bQuote = sqlite3_value_int(argv[7]);
119419 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote);
119517 int bQuote = 1;
119630 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);