Home
last modified time | relevance | path

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

/netbsd/src/external/public-domain/sqlite/dist/
Dsqlite3.c18994 #define EP_FullSize 0x020000 /* Expr structure must remain full sized */ macro
108985 ExprSetProperty(pRet, EP_FullSize);
109634 ExprSetProperty(pOB, EP_FullSize);
109891 if( 0==flags || ExprHasProperty(p, EP_FullSize) ){
169170 ExprSetProperty(p, EP_WinFunc|EP_FullSize);