Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libsqlite/src/
H A DsqliteInt.h166 #define MAX_BYTES_PER_ROW 1048576 macro
H A Dvdbe.c1895 if( nByte>MAX_BYTES_PER_ROW ){ in sqliteVdbeExec()
2070 if( nByte+sizeof(u32)>MAX_BYTES_PER_ROW ){ in sqliteVdbeExec()