Home
last modified time | relevance | path

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

/PHP-5.5/ext/sqlite3/libsqlite/
H A Dsqlite3.c64394 if( ExprHasProperty(pExpr, EP_IntValue) ){
82729 return ExprHasProperty(pExpr, EP_Error);
83185 if( ExprHasProperty(p, EP_xIsSelect) ){
83528 if( !ExprHasProperty(p, EP_TokenOnly) ){
83534 if( ExprHasProperty(p, EP_xIsSelect) ){
83540 if( !ExprHasProperty(p, EP_Static) ){
84576 && !ExprHasProperty(pX, EP_xIsSelect)
116402 if( p && ExprHasProperty(p, EP_Unlikely) ){
116492 if( ExprHasProperty(p, EP_xIsSelect) ){
117412 if( ExprHasProperty(pExpr, EP_FromJoin) ){
[all …]

Completed in 402 milliseconds