Searched refs:EP_Reduced (Results 1 - 1 of 1) sorted by relevance

/macosx-10.10/Heimdal-398.1.2/lib/sqlite/
H A Dsqlite3.c10283 ** If the EP_Reduced and EP_TokenOnly flags are set when
10284 ** an Expr object is truncated. When EP_Reduced is set, then all
10288 ** allocated, regardless of whether or not EP_Reduced is set.
10312 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
10349 #define EP_Reduced 0x1000 /* Expr struct is EXPR_REDUCEDSIZE bytes only */ macro
10382 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]

Completed in 334 milliseconds