Home
last modified time | relevance | path

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

/sqlite-3.40.0/src/
H A DvdbeInt.h695 #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) macro
698 #define ExpandBlob(P) SQLITE_OK macro
H A Dvdbemem.c344 if( ExpandBlob(pMem) ) return SQLITE_NOMEM; in sqlite3VdbeMemMakeWriteable()
1309 if( ExpandBlob(pVal) ) return 0; in valueToText()
H A Dvdbeapi.c177 if( ExpandBlob(p)!=SQLITE_OK ){ in sqlite3_value_blob()
2056 rc = ExpandBlob(pData); in sqlite3_preupdate_new()
H A Dvdbe.c453 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()