Home
last modified time | relevance | path

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

/PHP-7.1/ext/sqlite3/libsqlite/
H A Dsqlite3.c17454 #define EP_Quoted 0x4000000 /* TK_ID was originally quoted */ macro
30485 p->flags |= p->u.zToken[0]=='"' ? EP_Quoted|EP_DblQuoted : EP_Quoted;
98708 if( !ExprHasProperty(pExpr, EP_Quoted)

Completed in 426 milliseconds