PAGESIZE           19 third_party/sqlite/src/tool/diffdb.c   unsigned char a1[PAGESIZE], a2[PAGESIZE];
PAGESIZE           35 third_party/sqlite/src/tool/diffdb.c   while( read(db1, a1, PAGESIZE)==PAGESIZE && read(db2,a2,PAGESIZE)==PAGESIZE ){
PAGESIZE           36 third_party/sqlite/src/tool/diffdb.c     if( memcmp(a1,a2,PAGESIZE) ){