Searched refs:sqlite3_max_blobsize (Results 1 – 1 of 1) sorted by relevance
42242 SQLITE_API int sqlite3_max_blobsize = 0; variable42244 if( (p->flags & (MEM_Str|MEM_Blob))!=0 && p->n>sqlite3_max_blobsize ){ in updateMaxBlobsize()42245 sqlite3_max_blobsize = p->n; in updateMaxBlobsize()