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