OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:EP_TokenOnly
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/sqlite/src/src/
walker.c
42
testcase( ExprHasProperty(pExpr,
EP_TokenOnly
) );
46
&& !ExprHasAnyProperty(pExpr,
EP_TokenOnly
) ){
attach.c
495
if( ExprHasAnyProperty(pExpr,
EP_TokenOnly
) ) break;
resolve.c
82
assert( (pDup->flags & (EP_Reduced|
EP_TokenOnly
))==0 );
148
assert( ~ExprHasAnyProperty(pExpr,
EP_TokenOnly
|EP_Reduced) );
[
all
...]
expr.c
550
assert( !ExprHasAnyProperty(pExpr, EP_IntValue|EP_Reduced|
EP_TokenOnly
) );
618
if( !ExprHasAnyProperty(p,
EP_TokenOnly
) ){
641
if( ExprHasProperty(p,
EP_TokenOnly
) ) return EXPR_TOKENONLYSIZE;
664
** EXPR_TOKENONLYSIZE |
EP_TokenOnly
668
** return value with EP_Reduced|
EP_TokenOnly
.
686
assert( !ExprHasAnyProperty(p,
EP_TokenOnly
|EP_Reduced) );
693
nSize = EXPR_TOKENONLYSIZE |
EP_TokenOnly
;
787
/* Set the EP_Reduced,
EP_TokenOnly
, and EP_Static flags appropriately. */
788
pNew->flags &= ~(EP_Reduced|
EP_TokenOnly
|EP_Static);
789
pNew->flags |= nStructSize & (EP_Reduced|
EP_TokenOnly
);
[
all
...]
sqliteInt.h
[
all
...]
select.c
262
assert( !ExprHasAnyProperty(pEq,
EP_TokenOnly
|EP_Reduced) );
298
assert( !ExprHasAnyProperty(p,
EP_TokenOnly
|EP_Reduced) );
[
all
...]
/external/chromium_org/third_party/sqlite/amalgamation/
sqlite3.c
[
all
...]
Completed in 55 milliseconds