Home
last modified time | relevance | path

Searched refs:EP_DblQuoted (Results 1 – 25 of 172) sorted by relevance

1234567

/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/sqlite/src/src/
H A Dutil.c255 p->flags |= p->u.zToken[0]=='"' ? EP_Quoted|EP_DblQuoted : EP_Quoted; in sqlite3DequoteExpr()
H A Dresolve.c510 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
H A DsqliteInt.h2660 #define EP_DblQuoted 0x000040 /* token.z was originally in "..." */ macro
/dports/databases/db5/db-5.3.28/lang/sql/sqlite/src/
H A Dresolve.c340 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){ in lookupName()
H A DsqliteInt.h1690 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
H A Dexpr.c411 if( c=='"' ) pNew->flags |= EP_DblQuoted; in sqlite3ExprAlloc()
/dports/databases/sqlite3/sqlite-src-3350500/src/
H A Dutil.c265 p->flags |= p->u.zToken[0]=='"' ? EP_Quoted|EP_DblQuoted : EP_Quoted; in sqlite3DequoteExpr()
H A Dresolve.c564 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
H A DsqliteInt.h2766 #define EP_DblQuoted 0x000040 /* token.z was originally in "..." */ macro
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/sqlite/src/src/
H A Dutil.c255 p->flags |= p->u.zToken[0]=='"' ? EP_Quoted|EP_DblQuoted : EP_Quoted; in sqlite3DequoteExpr()
H A Dresolve.c552 if( ExprHasProperty(pExpr,EP_DblQuoted) in lookupName()
H A DsqliteInt.h2708 #define EP_DblQuoted 0x000040 /* token.z was originally in "..." */ macro
/dports/databases/sqlcipher/sqlcipher-3.4.2/src/
H A Dresolve.c434 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){ in lookupName()
H A DsqliteInt.h2389 #define EP_DblQuoted 0x000040 /* token.z was originally in "..." */ macro
H A Dparse.y862 if( p->u.zToken[0]=='"' ) p->flags |= EP_DblQuoted;
H A Dexpr.c755 if( pNew->u.zToken[0]=='"' ) pNew->flags |= EP_DblQuoted; in sqlite3ExprAlloc()
/dports/security/vault/vault-1.8.2/vendor/github.com/apple/foundationdb/fdbserver/sqlite/
H A DsqliteInt.h1691 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */
H A Dsqlite3.amalgamation.c3566 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
54527 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
55804 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/math/vtk6/VTK-6.2.0/ThirdParty/sqlite/vtksqlite/
H A Dvtk_sqlite3.c9165 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
59405 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
60670 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/databases/db5/db-5.3.28/lang/sql/generated/
H A Dsqlite3.c9791 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
60940 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
62217 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/games/pokerth/pokerth-1.1.2-rc/src/third_party/sqlite3/
H A Dsqlite3.c10598 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
73511 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
74803 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/sqlite/
H A Dsqlite3.c10305 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
70388 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
71665 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/devel/emscripten/emscripten-2.0.3/tests/third_party/sqlite/
H A Dsqlite3.c10298 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
70352 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
71629 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/irc/ircd-ratbox-devel/ircd-ratbox-3.0.7/bandb/sqlite3/
H A Dsqlite3.c10339 #define EP_DblQuoted 0x0040 /* token.z was originally in "..." */ macro
72137 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
73428 if( c=='"' ) pNew->flags |= EP_DblQuoted;
/dports/games/craft/Craft-1.0fbsd/deps/sqlite/
H A Dsqlite3.c11265 #define EP_DblQuoted 0x000040 /* token.z was originally in "..." */ macro
76096 if( cnt==0 && zTab==0 && ExprHasProperty(pExpr,EP_DblQuoted) ){
77538 if( c=='"' ) pNew->flags |= EP_DblQuoted;

1234567