Home
last modified time | relevance | path

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

/external/sqlite/dist/
Dsqlite3.c42242 SQLITE_API int sqlite3_max_blobsize = 0; variable
42244 if( (p->flags & (MEM_Str|MEM_Blob))!=0 && p->n>sqlite3_max_blobsize ){ in updateMaxBlobsize()
42245 sqlite3_max_blobsize = p->n; in updateMaxBlobsize()