Searched refs:ExpandBlob (Results 1 – 4 of 4) sorted by relevance
695 #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) macro698 #define ExpandBlob(P) SQLITE_OK macro
344 if( ExpandBlob(pMem) ) return SQLITE_NOMEM; in sqlite3VdbeMemMakeWriteable()1309 if( ExpandBlob(pVal) ) return 0; in valueToText()
177 if( ExpandBlob(p)!=SQLITE_OK ){ in sqlite3_value_blob()2056 rc = ExpandBlob(pData); in sqlite3_preupdate_new()
453 if( ExpandBlob(pMem) ){ in computeNumericType()2011 rc = ExpandBlob(pIn1); in sqlite3VdbeExec()5174 rc = ExpandBlob(r.aMem); in sqlite3VdbeExec()6301 rc = ExpandBlob(pIn2); in sqlite3VdbeExec()6335 rc = ExpandBlob(pIn2); in sqlite3VdbeExec()