Lines Matching defs:ExpandBlob
23826 #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0)
23829 #define ExpandBlob(P) SQLITE_OK
83164 if( ExpandBlob(pMem) ) return SQLITE_NOMEM;
84112 if( ExpandBlob(pVal) ) return 0;
84410 rc = ExpandBlob(*ppVal);
90562 if( ExpandBlob(p)!=SQLITE_OK ){
92688 rc = ExpandBlob(pData);
93574 if( ExpandBlob(pMem) ){
95225 rc = ExpandBlob(pIn1);
98423 rc = ExpandBlob(r.aMem);
99577 rc = ExpandBlob(pIn2);
99611 rc = ExpandBlob(pIn2);