Home
last modified time | relevance | path

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

/freebsd/contrib/sqlite3/
H A Dsqlite3.c24321 #define ExpandBlob(P) (((P)->flags&MEM_Zero)?sqlite3VdbeMemExpandBlob(P):0) macro
24324 #define ExpandBlob(P) SQLITE_OK macro
84218 if( ExpandBlob(pMem) ) return SQLITE_NOMEM;
85169 if( ExpandBlob(pVal) ) return 0;
85468 rc = ExpandBlob(*ppVal);
91645 if( ExpandBlob(p)!=SQLITE_OK ){
93825 rc = ExpandBlob(pData);
94810 if( ExpandBlob(pMem) ){
96476 rc = ExpandBlob(pIn1);
99687 rc = ExpandBlob(r.aMem);
[all …]