Home
last modified time | relevance | path

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

/netbsd-src/external/public-domain/sqlite/dist/
H A Dshell.c7225 int mxBlob; in readFileContents() local
7236 mxBlob = sqlite3_limit(db, SQLITE_LIMIT_LENGTH, -1); in readFileContents()
7237 if( nIn>mxBlob ){ in readFileContents()