Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/libsqlite/src/
H A DsqliteInt.h163 #define MAX_BYTES_PER_ROW 1048576 macro
H A Dvdbe.c1893 if( nByte>MAX_BYTES_PER_ROW ){ in sqliteVdbeExec()
2068 if( nByte+sizeof(u32)>MAX_BYTES_PER_ROW ){ in sqliteVdbeExec()