Searched refs:MAX_BYTES_PER_ROW (Results 1 – 2 of 2) sorted by relevance
166 #define MAX_BYTES_PER_ROW 1048576 macro
1895 if( nByte>MAX_BYTES_PER_ROW ){ in sqliteVdbeExec()2070 if( nByte+sizeof(u32)>MAX_BYTES_PER_ROW ){ in sqliteVdbeExec()