Home
last modified time | relevance | path

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

/external/python/cpython2/PC/
Dw9xpopen.c69 int bQuote = strchr(argv[i], ' ') != NULL; in main() local
70 if (bQuote) in main()
78 if (bQuote) in main()
/external/pdfium/xfa/fgas/crt/
Dcfgas_stringformatter.cpp838 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/
Dsqlite3.c106353 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/
Dsqlite3.c106116 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/
Dsqlite3.c106132 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);