Searched refs:bQuote (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/PC/ |
D | w9xpopen.c | 69 int bQuote = strchr(argv[i], ' ') != NULL; in main() local 70 if (bQuote) in main() 78 if (bQuote) in main()
|
/external/pdfium/xfa/fgas/crt/ |
D | cfgas_stringformatter.cpp | 838 bool bQuote = false; in SplitOnBars() local 841 bQuote = !bQuote; in SplitOnBars() 842 } else if (spFormatString[index] == L'|' && !bQuote) { in SplitOnBars()
|
/external/rust/crates/libsqlite3-sys/sqlite3/ |
D | sqlite3.c | 106353 int bQuote; /* True to quote the new name */ 106395 bQuote = sqlite3Isquote(pNew->z[0]); 106403 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, 106411 zDb, pTab->zName, iCol, zNew, bQuote 106885 int bQuote /* True to always quote token */ 106906 if( bQuote ){ 107125 int bQuote = sqlite3_value_int(argv[7]); 107252 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); 107341 int bQuote = 1; 107442 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);
|
/external/sqlite/dist/orig/ |
D | sqlite3.c | 106116 int bQuote; /* True to quote the new name */ 106158 bQuote = sqlite3Isquote(pNew->z[0]); 106166 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, 106175 zDb, pTab->zName, iCol, zNew, bQuote 106649 int bQuote /* True to always quote token */ 106670 if( bQuote ){ 106881 int bQuote = sqlite3_value_int(argv[7]); 107008 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); 107097 int bQuote = 1; 107198 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);
|
/external/sqlite/dist/ |
D | sqlite3.c | 106132 int bQuote; /* True to quote the new name */ 106174 bQuote = sqlite3Isquote(pNew->z[0]); 106182 zDb, pTab->zName, iCol, zNew, bQuote, iSchema==1, 106191 zDb, pTab->zName, iCol, zNew, bQuote 106665 int bQuote /* True to always quote token */ 106686 if( bQuote ){ 106897 int bQuote = sqlite3_value_int(argv[7]); 107024 rc = renameEditSql(context, &sCtx, zSql, zNew, bQuote); 107113 int bQuote = 1; 107214 rc = renameEditSql(context, &sCtx, zInput, zNew, bQuote);
|