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

/freebsd-11-stable/contrib/sqlite3/
H A Dsqlite3.c18160 ** If the EP_Reduced and EP_TokenOnly flags are set when
18161 ** an Expr object is truncated. When EP_Reduced is set, then all
18165 ** allocated, regardless of whether or not EP_Reduced is set.
18195 /* If the EP_Reduced flag is set in the Expr.flags mask, then no
18247 #define EP_Reduced 0x002000 /* Expr struct EXPR_REDUCEDSIZE bytes only */ macro
18306 ** struct, an Expr struct with the EP_Reduced flag set in Expr.flags
[all...]
/freebsd-11-stable/crypto/heimdal/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 879 milliseconds