MEM_Zero 12416 third_party/sqlite/amalgamation/sqlite3.c ((p)->flags = ((p)->flags&~(MEM_TypeMask|MEM_Zero))|f) MEM_Zero 55990 third_party/sqlite/amalgamation/sqlite3.c #define expandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) MEM_Zero 56114 third_party/sqlite/amalgamation/sqlite3.c if( pMem->flags & MEM_Zero ){ MEM_Zero 56131 third_party/sqlite/amalgamation/sqlite3.c pMem->flags &= ~(MEM_Zero|MEM_Term); MEM_Zero 56174 third_party/sqlite/amalgamation/sqlite3.c assert( !(fg&MEM_Zero) ); MEM_Zero 56472 third_party/sqlite/amalgamation/sqlite3.c pMem->flags = MEM_Blob|MEM_Zero; MEM_Zero 56545 third_party/sqlite/amalgamation/sqlite3.c if( p->flags & MEM_Zero ){ MEM_Zero 57117 third_party/sqlite/amalgamation/sqlite3.c if( p->flags & MEM_Zero ){ MEM_Zero 59682 third_party/sqlite/amalgamation/sqlite3.c if( flags & MEM_Zero ){ MEM_Zero 59798 third_party/sqlite/amalgamation/sqlite3.c assert( pMem->n + ((pMem->flags & MEM_Zero)?pMem->u.nZero:0) MEM_Zero 59803 third_party/sqlite/amalgamation/sqlite3.c if( pMem->flags & MEM_Zero ){ MEM_Zero 61465 third_party/sqlite/amalgamation/sqlite3.c if( pValue->flags & MEM_Zero ){ MEM_Zero 61800 third_party/sqlite/amalgamation/sqlite3.c }else if( pVar->flags & MEM_Zero ){ MEM_Zero 61974 third_party/sqlite/amalgamation/sqlite3.c #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) MEM_Zero 62195 third_party/sqlite/amalgamation/sqlite3.c if( f & MEM_Zero ){ MEM_Zero 63924 third_party/sqlite/amalgamation/sqlite3.c pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_Blob|MEM_Zero); MEM_Zero 64805 third_party/sqlite/amalgamation/sqlite3.c if( u.ao.pRec->flags&MEM_Zero && u.ao.pRec->n>0 ){ MEM_Zero 64812 third_party/sqlite/amalgamation/sqlite3.c if( u.ao.pRec->flags & MEM_Zero ){ MEM_Zero 64858 third_party/sqlite/amalgamation/sqlite3.c pOut->flags |= MEM_Zero; MEM_Zero 65864 third_party/sqlite/amalgamation/sqlite3.c assert( (pIn3->flags & MEM_Zero)==0 ); /* zeroblobs already expanded */ MEM_Zero 66289 third_party/sqlite/amalgamation/sqlite3.c if( u.bf.pData->flags & MEM_Zero ){ MEM_Zero 158 third_party/sqlite/src/src/vdbe.c #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) MEM_Zero 379 third_party/sqlite/src/src/vdbe.c if( f & MEM_Zero ){ MEM_Zero 1596 third_party/sqlite/src/src/vdbe.c pIn1->flags &= ~(MEM_Int|MEM_Real|MEM_Blob|MEM_Zero); MEM_Zero 2463 third_party/sqlite/src/src/vdbe.c if( pRec->flags&MEM_Zero && pRec->n>0 ){ MEM_Zero 2470 third_party/sqlite/src/src/vdbe.c if( pRec->flags & MEM_Zero ){ MEM_Zero 2516 third_party/sqlite/src/src/vdbe.c pOut->flags |= MEM_Zero; MEM_Zero 3496 third_party/sqlite/src/src/vdbe.c assert( (pIn3->flags & MEM_Zero)==0 ); /* zeroblobs already expanded */ MEM_Zero 3913 third_party/sqlite/src/src/vdbe.c if( pData->flags & MEM_Zero ){ MEM_Zero 202 third_party/sqlite/src/src/vdbeInt.h ((p)->flags = ((p)->flags&~(MEM_TypeMask|MEM_Zero))|f) MEM_Zero 1131 third_party/sqlite/src/src/vdbeapi.c if( pValue->flags & MEM_Zero ){ MEM_Zero 2557 third_party/sqlite/src/src/vdbeaux.c if( flags & MEM_Zero ){ MEM_Zero 2673 third_party/sqlite/src/src/vdbeaux.c assert( pMem->n + ((pMem->flags & MEM_Zero)?pMem->u.nZero:0) MEM_Zero 2678 third_party/sqlite/src/src/vdbeaux.c if( pMem->flags & MEM_Zero ){ MEM_Zero 25 third_party/sqlite/src/src/vdbemem.c #define expandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) MEM_Zero 149 third_party/sqlite/src/src/vdbemem.c if( pMem->flags & MEM_Zero ){ MEM_Zero 166 third_party/sqlite/src/src/vdbemem.c pMem->flags &= ~(MEM_Zero|MEM_Term); MEM_Zero 209 third_party/sqlite/src/src/vdbemem.c assert( !(fg&MEM_Zero) ); MEM_Zero 507 third_party/sqlite/src/src/vdbemem.c pMem->flags = MEM_Blob|MEM_Zero; MEM_Zero 580 third_party/sqlite/src/src/vdbemem.c if( p->flags & MEM_Zero ){ MEM_Zero 1152 third_party/sqlite/src/src/vdbemem.c if( p->flags & MEM_Zero ){ MEM_Zero 139 third_party/sqlite/src/src/vdbetrace.c }else if( pVar->flags & MEM_Zero ){