Home
last modified time | relevance | path

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

/sqlite-3.40.0/ext/misc/
H A Dfileio.c143 int mxBlob; in readFileContents() local
154 mxBlob = sqlite3_limit(db, SQLITE_LIMIT_LENGTH, -1); in readFileContents()
155 if( nIn>mxBlob ){ in readFileContents()